diff options
author | Wei Yuan <weiyuan.wei@huawei.com> | 2016-02-06 15:39:47 +0800 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2016-02-08 11:25:39 -0500 |
commit | fd97646b05957348e01be3d9de5c3d979b25c819 (patch) | |
tree | 77cc76d467a3c001c40172f68faa5c26a2f624f7 /kernel/audit_watch.c | |
parent | 935c9e7ff06abf12c45155f75ec2f712d3768095 (diff) |
audit: Fix typo in comment
Signed-off-by: Weiyuan <weiyuan.wei@huawei.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'kernel/audit_watch.c')
-rw-r--r-- | kernel/audit_watch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/audit_watch.c b/kernel/audit_watch.c index 656c7e93ac0d..0348b12b5a4d 100644 --- a/kernel/audit_watch.c +++ b/kernel/audit_watch.c @@ -185,7 +185,7 @@ static struct audit_watch *audit_init_watch(char *path) return watch; } -/* Translate a watch string to kernel respresentation. */ +/* Translate a watch string to kernel representation. */ int audit_to_watch(struct audit_krule *krule, char *path, int len, u32 op) { struct audit_watch *watch; |