diff options
author | Michael Adam <obnox@samba.org> | 2008-04-22 15:51:36 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-04-22 16:11:38 +0200 |
commit | 03a9ee152020815af66d52f68ce6ecf6a954e09e (patch) | |
tree | d0bef153819f0f33c5c0ba83b6e4ad4ca35a6372 /source3 | |
parent | b2425f88fafb7077534d043afa5cffe0307e968c (diff) | |
download | samba-03a9ee152020815af66d52f68ce6ecf6a954e09e.tar.gz samba-03a9ee152020815af66d52f68ce6ecf6a954e09e.tar.bz2 samba-03a9ee152020815af66d52f68ce6ecf6a954e09e.zip |
libsmbconf: text backend remove comment references to "simple".
Michael
(This used to be commit 640b8ae7ad7aa53e05c7124fed072f2312aa91aa)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/smbconf/smbconf_txt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/smbconf/smbconf_txt.c b/source3/lib/smbconf/smbconf_txt.c index ed39b7a9cc..c511185cb9 100644 --- a/source3/lib/smbconf/smbconf_txt.c +++ b/source3/lib/smbconf/smbconf_txt.c @@ -1,6 +1,6 @@ /* * Unix SMB/CIFS implementation. - * libsmbconf - Samba configuration library, simple text backend + * libsmbconf - Samba configuration library, text backend * Copyright (C) Michael Adam 2008 * * This program is free software; you can redistribute it and/or modify @@ -211,7 +211,7 @@ static WERROR smbconf_txt_load_file(struct smbconf_ctx *ctx) /********************************************************************** * - * smbconf operations: simple text implementations + * smbconf operations: text backend implementations * **********************************************************************/ |