From 3bccd2f3f365d5b8f227d0ddf9397921c1622c44 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 7 Feb 2011 13:30:11 +0100 Subject: s3:net conf: fix a comment typo --- source3/utils/net_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/utils/net_conf.c b/source3/utils/net_conf.c index 58e8cadf94..9e536b77cc 100644 --- a/source3/utils/net_conf.c +++ b/source3/utils/net_conf.c @@ -398,7 +398,7 @@ static int net_conf_import(struct net_context *c, struct smbconf_ctx *conf_ctx, /* * Wrap the importing of shares into a transaction, - * but only 100 at a time, in order to serve memory. + * but only 100 at a time, in order to save memory. * The allocated memory accumulates across the actions * within the transaction, and for me, some 1500 * imported shares, the MAX_TALLOC_SIZE of 256 MB -- cgit