From 92c983292e3dda06952ef6a01d3f2a23f1c323ec Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 17 Jun 2008 23:57:26 +0200 Subject: net sam: fix typo in comment Michael (This used to be commit b9f6904044889328ded229b7ff04d31218f4fef8) --- source3/utils/net_sam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils') diff --git a/source3/utils/net_sam.c b/source3/utils/net_sam.c index fe2f5f6b8b..ce132131f7 100644 --- a/source3/utils/net_sam.c +++ b/source3/utils/net_sam.c @@ -996,7 +996,7 @@ static int net_sam_deletelocalgroup(struct net_context *c, int argc, const char } /* - * Create a local group + * Create a builtin group */ static int net_sam_createbuiltingroup(struct net_context *c, int argc, const char **argv) -- cgit