summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-06-06 14:51:13 +0200
committerMichael Adam <obnox@samba.org>2012-06-06 19:37:13 +0200
commit82a9d23186d6729f3a3b24900310beb7090b0b2c (patch)
tree76a5972da7ec11b70dc46aae8ea846b5cc65b03d /source3/include/smb.h
parentabe479839887433480d1f4fa223c1204d949953d (diff)
downloadsamba-82a9d23186d6729f3a3b24900310beb7090b0b2c.tar.gz
samba-82a9d23186d6729f3a3b24900310beb7090b0b2c.tar.bz2
samba-82a9d23186d6729f3a3b24900310beb7090b0b2c.zip
s3:smb.h: fix a comment typo
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 832438f5a9..732a5308ff 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -665,7 +665,7 @@ enum case_handling {CASE_LOWER,CASE_UPPER};
/* ACL compatibility */
enum acl_compatibility {ACL_COMPAT_AUTO, ACL_COMPAT_WINNT, ACL_COMPAT_WIN2K};
/*
- * Global value meaing that the smb_uid field should be
+ * Global value meaning that the smb_uid field should be
* ingored (in share level security and protocol level == CORE)
*/