audit: Fix typo in comment
[linux-2.6-block.git] / kernel / audit_watch.c
index 656c7e93ac0d30d3e42a8f7e0dfc7dd071360d78..0348b12b5a4d4a39acf68ead5951e640674ace07 100644 (file)
@@ -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;