summaryrefslogtreecommitdiff
path: root/source3/auth/token_util.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-09-25 15:44:55 -0700
committerVolker Lendecke <vl@samba.org>2010-09-25 15:45:09 -0700
commite4591eb8c1e8f800da1304ac0321beb6db4a344f (patch)
tree9191be600cede0a8b1280a9f0f8c96edaae677be /source3/auth/token_util.c
parenta0d3ffbf924cf203fc8dc765954823375645f0b7 (diff)
downloadsamba-e4591eb8c1e8f800da1304ac0321beb6db4a344f.tar.gz
samba-e4591eb8c1e8f800da1304ac0321beb6db4a344f.tar.bz2
samba-e4591eb8c1e8f800da1304ac0321beb6db4a344f.zip
s3: Fix a typo
Diffstat (limited to 'source3/auth/token_util.c')
-rw-r--r--source3/auth/token_util.c2
1 files changed, 1 insertions, 1 deletions
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 )