]> Pileus Git - ~andy/linux/commitdiff
security: Fix a typo
authorrongqing.li@windriver.com <rongqing.li@windriver.com>
Tue, 6 Sep 2011 03:35:36 +0000 (11:35 +0800)
committerJames Morris <jmorris@namei.org>
Fri, 9 Sep 2011 23:40:31 +0000 (16:40 -0700)
Fix a typo.

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: James Morris <jmorris@namei.org>
include/linux/security.h

index d9f7ec41ba5124e6aa59da368eff8b59906d321c..a14c2d4b22cf5a5e7c5c8c768989cc052236d2fc 100644 (file)
@@ -1372,7 +1372,7 @@ static inline void security_free_mnt_opts(struct security_mnt_opts *opts)
  * @inode_getsecctx:
  *     Returns a string containing all relavent security context information
  *
- *     @inode we wish to set the security context of.
+ *     @inode we wish to get the security context of.
  *     @ctx is a pointer in which to place the allocated security context.
  *     @ctxlen points to the place to put the length of @ctx.
  * This is the main security structure.