diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-05-10 01:59:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:34 -0500 |
commit | c8177de955ca1aa8683ef73b0e5a0018fbca2707 (patch) | |
tree | c7088a9e600714f2179400d4c57945df25d636bf | |
parent | 76e3954dde40506c31ef89e1861f14522efcccf9 (diff) | |
download | samba-c8177de955ca1aa8683ef73b0e5a0018fbca2707.tar.gz samba-c8177de955ca1aa8683ef73b0e5a0018fbca2707.tar.bz2 samba-c8177de955ca1aa8683ef73b0e5a0018fbca2707.zip |
r6691: fixed a comment
(This used to be commit a0fa871c3fda9fce7da0b110ed313c930a677a80)
-rw-r--r-- | source4/libcli/dgram/libdgram.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/dgram/libdgram.h b/source4/libcli/dgram/libdgram.h index b8ca9e2fe5..b9dfe84996 100644 --- a/source4/libcli/dgram/libdgram.h +++ b/source4/libcli/dgram/libdgram.h @@ -24,7 +24,7 @@ /* - a nbt name request + a datagram name request */ struct nbt_dgram_request { struct nbt_dgram_request *next, *prev; |