diff options
author | Michael Adam <obnox@samba.org> | 2008-01-04 21:09:55 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-01-04 21:09:55 +0100 |
commit | dbdaa5eeec62e2a643a8be36db0a30c20092b064 (patch) | |
tree | 19f6c7f405527e6327fc6e8dcd0dcd72952a5f07 /source3/utils | |
parent | dee8e32d8d66fb07817f28780978cd2b928233ad (diff) | |
download | samba-dbdaa5eeec62e2a643a8be36db0a30c20092b064.tar.gz samba-dbdaa5eeec62e2a643a8be36db0a30c20092b064.tar.bz2 samba-dbdaa5eeec62e2a643a8be36db0a30c20092b064.zip |
Fix a comment.
Michael
(This used to be commit fc9c3f39b5af55026f1e5e964857c203cf6c9316)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_conf.c b/source3/utils/net_conf.c index 1cf98aa3a2..52dcda03db 100644 --- a/source3/utils/net_conf.c +++ b/source3/utils/net_conf.c @@ -19,7 +19,7 @@ */ /* - * This is an interface to the Samba's configuration as made available + * This is an interface to Samba's configuration as made available * by the libnet_conf interface (source/libnet/libnet_conf.c). * * This currently supports local interaction with the configuration |