diff options
author | Michael Adam <obnox@samba.org> | 2008-03-20 11:50:06 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-03-21 02:25:56 +0100 |
commit | 4c7214aae2354b737ceadc255ebff7643036cc17 (patch) | |
tree | 9c0e6804eae6d5c80c0f112003de5daa998e09be | |
parent | 73f8c1c68ca4009da6a27c563c002c2c352135a3 (diff) | |
download | samba-4c7214aae2354b737ceadc255ebff7643036cc17.tar.gz samba-4c7214aae2354b737ceadc255ebff7643036cc17.tar.bz2 samba-4c7214aae2354b737ceadc255ebff7643036cc17.zip |
libsmbconf: fix a comment
(This used to be commit 103a37ac8e85e9a7b8c2f4eb33e6f1cdbe01d31c)
-rw-r--r-- | source3/lib/smbconf/smbconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/smbconf/smbconf.c b/source3/lib/smbconf/smbconf.c index b47ce198e7..a6b986bc4d 100644 --- a/source3/lib/smbconf/smbconf.c +++ b/source3/lib/smbconf/smbconf.c @@ -749,7 +749,7 @@ done: /********************************************************************** * - * The actual net conf api functions, that are exported. + * The actual libsmbconf API functions that are exported. * **********************************************************************/ |