Przeglądaj źródła

leaking_addresses: fix comment string typo

Fix typo in comment string.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
Tobin C. Harding 7 lat temu
rodzic
commit
a284733e26
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      scripts/leaking_addresses.pl

+ 1 - 1
scripts/leaking_addresses.pl

@@ -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',