Explorar o código

leaking_addresses: fix comment string typo

Fix typo in comment string.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
Tobin C. Harding %!s(int64=8) %!d(string=hai) anos
pai
achega
a284733e26
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',