diff options
author | Michael Adam <obnox@samba.org> | 2008-04-07 15:12:44 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-04-10 01:28:56 +0200 |
commit | 3c40c2d7d32ae7db064a7f44da9e736efc7936bb (patch) | |
tree | 08404c78b2a7ebf946df29889ae0f959df409ee3 /source3/lib | |
parent | 8c85c10f8a2589f3c93477d21cd3485248c0f66f (diff) | |
download | samba-3c40c2d7d32ae7db064a7f44da9e736efc7936bb.tar.gz samba-3c40c2d7d32ae7db064a7f44da9e736efc7936bb.tar.bz2 samba-3c40c2d7d32ae7db064a7f44da9e736efc7936bb.zip |
libsmbconf: fix a comment
Michael
(This used to be commit bc1a5bdbd3b7da1f85c952579096b3c8dc407572)
Diffstat (limited to 'source3/lib')
-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 62c5be8294..453e228c2c 100644 --- a/source3/lib/smbconf/smbconf.c +++ b/source3/lib/smbconf/smbconf.c @@ -1,6 +1,6 @@ /* * Unix SMB/CIFS implementation. - * libnet smbconf registry Support + * libsmbconf - Samba configuration library * Copyright (C) Michael Adam 2007-2008 * Copyright (C) Guenther Deschner 2007 * |