diff options
author | rongqing.li@windriver.com <rongqing.li@windriver.com> | 2011-09-05 23:35:36 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2011-09-09 19:40:31 -0400 |
commit | fc9ff9b7e3eaff3f49bc0fbbddfc1416212e888a (patch) | |
tree | bf2f9905f32040e7ad164dd9f2bff957af38b7b7 /include/linux | |
parent | 852584157c55c1689bcf3809ea44b79870c3e409 (diff) |
security: Fix a typo
Fix a typo.
Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/security.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/security.h b/include/linux/security.h index d9f7ec41ba51..a14c2d4b22cf 100644 --- a/include/linux/security.h +++ b/include/linux/security.h | |||
@@ -1372,7 +1372,7 @@ static inline void security_free_mnt_opts(struct security_mnt_opts *opts) | |||
1372 | * @inode_getsecctx: | 1372 | * @inode_getsecctx: |
1373 | * Returns a string containing all relavent security context information | 1373 | * Returns a string containing all relavent security context information |
1374 | * | 1374 | * |
1375 | * @inode we wish to set the security context of. | 1375 | * @inode we wish to get the security context of. |
1376 | * @ctx is a pointer in which to place the allocated security context. | 1376 | * @ctx is a pointer in which to place the allocated security context. |
1377 | * @ctxlen points to the place to put the length of @ctx. | 1377 | * @ctxlen points to the place to put the length of @ctx. |
1378 | * This is the main security structure. | 1378 | * This is the main security structure. |