diff options
author | Michael Adam <obnox@samba.org> | 2011-02-07 13:30:11 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-02-07 18:37:42 +0100 |
commit | 3bccd2f3f365d5b8f227d0ddf9397921c1622c44 (patch) | |
tree | 747121e53b8f56f1bf9ad09f53162cdc3e687d8a /source3/utils/net_conf.c | |
parent | 4a558ca9d8af8ab4772fd31818a76aa6235f02a0 (diff) | |
download | samba-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.c | 2 |
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 |