From e4591eb8c1e8f800da1304ac0321beb6db4a344f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 25 Sep 2010 15:44:55 -0700 Subject: s3: Fix a typo --- source3/auth/token_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth') diff --git a/source3/auth/token_util.c b/source3/auth/token_util.c index 4385dc400c..f88a88aba2 100644 --- a/source3/auth/token_util.c +++ b/source3/auth/token_util.c @@ -76,7 +76,7 @@ bool nt_token_check_domain_rid( struct security_token *token, uint32 rid ) Create a token for the root user to be used internally by smbd. This is similar to running under the context of the LOCAL_SYSTEM account in Windows. This is a read-only token. Do not modify it or free() it. - Create a copy if your need to change it. + Create a copy if you need to change it. ******************************************************************************/ struct security_token *get_root_nt_token( void ) -- cgit