leaking_addresses: fix comment string typo
authorTobin C. Harding <me@tobin.cc>
Thu, 9 Nov 2017 02:28:43 +0000 (13:28 +1100)
committerTobin C. Harding <me@tobin.cc>
Mon, 13 Nov 2017 22:29:27 +0000 (09:29 +1100)
Fix typo in comment string.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
scripts/leaking_addresses.pl

index 719ed0aaede70bdb6fd973cb4013b177cfa4036b..3f8c6e230962d732497e1be9f5eafdb2153163b3 100755 (executable)
@@ -40,7 +40,7 @@ my @skip_parse_files_abs = ('/proc/kmsg',
                            '/sys/kernel/debug/tracing/trace_pipe',
                            '/sys/kernel/security/apparmor/revision');
 
-# Do not parse thes files under any subdirectory.
+# Do not parse these files under any subdirectory.
 my @skip_parse_files_any = ('0',
                            '1',
                            '2',