lsm: fix typo in security_file_lock() comment header
authorPairman Guo <pairmanxlr@gmail.com>
Sun, 2 Jul 2023 17:08:57 +0000 (01:08 +0800)
committerPaul Moore <paul@paul-moore.com>
Mon, 10 Jul 2023 17:59:37 +0000 (13:59 -0400)
commitff72942caa586f2c0a81e2fbae2e8ea5e131d38f
tree1b4c4cb0637537863754b9a5ddbd036f1e14e935
parent06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
lsm: fix typo in security_file_lock() comment header

In the description of function definition security_file_lock(),
the line "@cmd: fnctl command" has a typo where "fnctl" should be
"fcntl". This patch fixes the typo.

Signed-off-by: Pairman Guo <pairmanxlr@gmail.com>
[PM: commit message cleanup]
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/security.c