LSM: drop duplicated words in header file comments

Drop the doubled words "the" and "and" in comments.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Serge Hallyn <serge@hallyn.com>
Cc: linux-security-module@vger.kernel.org
Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
Randy Dunlap
2020-07-17 16:36:40 -07:00
committed by James Morris
parent c9fecf505a
commit bb22d80b47
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
*/
/*
* The macro LSM_HOOK is used to define the data structures required by the
* The macro LSM_HOOK is used to define the data structures required by
* the LSM framework using the pattern:
*
* LSM_HOOK(<return_type>, <default_value>, <hook_name>, args...)