Commit fc9ff9b7e3eaff3f49bc0fbbddfc1416212e888a

Authored by rongqing.li@windriver.com
Committed by James Morris
1 parent 852584157c

security: Fix a typo

Fix a typo.

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

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/linux/security.h
... ... @@ -1372,7 +1372,7 @@
1372 1372 * @inode_getsecctx:
1373 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 1376 * @ctx is a pointer in which to place the allocated security context.
1377 1377 * @ctxlen points to the place to put the length of @ctx.
1378 1378 * This is the main security structure.