diff options
author | Tobin C. Harding <me@tobin.cc> | 2017-11-09 13:28:43 +1100 |
---|---|---|
committer | Tobin C. Harding <me@tobin.cc> | 2017-11-14 09:29:27 +1100 |
commit | a284733e26e8e173cb5f589531a655d723ecb3ea (patch) | |
tree | a67c97948bb1c2076f1ebb4b3026d55f5ca83b93 /scripts | |
parent | ecd39dbd27d6f2907630678cbff464374edff8fe (diff) | |
download | linux-stable-a284733e26e8e173cb5f589531a655d723ecb3ea.tar.gz linux-stable-a284733e26e8e173cb5f589531a655d723ecb3ea.tar.bz2 linux-stable-a284733e26e8e173cb5f589531a655d723ecb3ea.zip |
leaking_addresses: fix comment string typo
Fix typo in comment string.
Signed-off-by: Tobin C. Harding <me@tobin.cc>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/leaking_addresses.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/leaking_addresses.pl b/scripts/leaking_addresses.pl index 719ed0aaede7..3f8c6e230962 100755 --- a/scripts/leaking_addresses.pl +++ b/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', |