s3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sat, 25 Sep 2010 22:44:55 +0000 (15:44 -0700)
committerVolker Lendecke <vl@samba.org>
Sat, 25 Sep 2010 22:45:09 +0000 (15:45 -0700)
source3/auth/token_util.c

index 4385dc400c896074d69ebbca7525da3dbab7de10..f88a88aba249e9e977bdf8d1a09b1dcc2756895f 100644 (file)
@@ -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 )