From 03a9ee152020815af66d52f68ce6ecf6a954e09e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 22 Apr 2008 15:51:36 +0200 Subject: libsmbconf: text backend remove comment references to "simple". Michael (This used to be commit 640b8ae7ad7aa53e05c7124fed072f2312aa91aa) --- source3/lib/smbconf/smbconf_txt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/lib') 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 * **********************************************************************/ -- cgit