diff options
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 * **********************************************************************/ |