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