mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
audit: fix typo in auditfilter.c comment
Correct the misspelling of "searching" (was "serarching") in the function documentation for audit_update_lsm_rules. Found via code inspection, no functional impact. Signed-off-by: Kieran Moy <kfatyuip@gmail.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
This commit is contained in:
parent
d8c09d7b55
commit
df1145b56c
1 changed files with 1 additions and 1 deletions
|
|
@ -1440,7 +1440,7 @@ static int update_lsm_rule(struct audit_krule *r)
|
|||
}
|
||||
|
||||
/* This function will re-initialize the lsm_rule field of all applicable rules.
|
||||
* It will traverse the filter lists serarching for rules that contain LSM
|
||||
* It will traverse the filter lists searching for rules that contain LSM
|
||||
* specific filter fields. When such a rule is found, it is copied, the
|
||||
* LSM field is re-initialized, and the old rule is replaced with the
|
||||
* updated rule. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue