]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/audit_tree.c
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / kernel / audit_tree.c
index 37b2bea170c898986e894fdadcd4a3f282fcca13..e99dda04b1268133f796f821af148bd4ed7bf722 100644 (file)
@@ -607,7 +607,7 @@ void audit_trim_trees(void)
                spin_lock(&hash_lock);
                list_for_each_entry(node, &tree->chunks, list) {
                        struct audit_chunk *chunk = find_chunk(node);
-                       /* this could be NULL if the watch is dieing else where... */
+                       /* this could be NULL if the watch is dying else where... */
                        struct inode *inode = chunk->mark.i.inode;
                        node->index |= 1U<<31;
                        if (iterate_mounts(compare_root, inode, root_mnt))