1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +03:00

s3:smb.h: fix a comment typo

This commit is contained in:
Michael Adam 2012-06-06 14:51:13 +02:00
parent abe4798398
commit 82a9d23186

View File

@ -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)
*/