diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2018-03-17 17:56:08 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2018-03-17 17:56:08 +0000 |
| commit | b521cf275c614a0ad93142fbe526c8c16dc0e7ca (patch) | |
| tree | ded718525649813a2bfa1efc7785f1c71ab0cdc2 /sys | |
| parent | c189c73f010974759fc925a21e23168f0979960f (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/security/audit/audit_bsm_klib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/audit/audit_bsm_klib.c b/sys/security/audit/audit_bsm_klib.c index 36868f320674..3ce57d0af5c5 100644 --- a/sys/security/audit/audit_bsm_klib.c +++ b/sys/security/audit/audit_bsm_klib.c @@ -119,7 +119,7 @@ static const int aue_shmsys[] = { static const int aue_shmsys_count = sizeof(aue_shmsys) / sizeof(int); /* - * Check whether an event is aditable by comparing the mask of classes this + * Check whether an event is auditable by comparing the mask of classes this * event is part of against the given mask. */ int |
