summaryrefslogtreecommitdiff
path: root/source3/utils/net_conf.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-02-07 13:30:11 +0100
committerMichael Adam <obnox@samba.org>2011-02-07 18:37:42 +0100
commit3bccd2f3f365d5b8f227d0ddf9397921c1622c44 (patch)
tree747121e53b8f56f1bf9ad09f53162cdc3e687d8a /source3/utils/net_conf.c
parent4a558ca9d8af8ab4772fd31818a76aa6235f02a0 (diff)
downloadsamba-3bccd2f3f365d5b8f227d0ddf9397921c1622c44.tar.gz
s3:net conf: fix a comment typo
Diffstat (limited to 'source3/utils/net_conf.c')
-rw-r--r--source3/utils/net_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_conf.c b/source3/utils/net_conf.c
index 58e8cadf94c..9e536b77ccf 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