diff options
| author | Tobin C. Harding <me@tobin.cc> | 2017-11-08 21:28:43 -0500 |
|---|---|---|
| committer | Tobin C. Harding <me@tobin.cc> | 2017-11-13 17:29:27 -0500 |
| commit | a284733e26e8e173cb5f589531a655d723ecb3ea (patch) | |
| tree | a67c97948bb1c2076f1ebb4b3026d55f5ca83b93 /scripts | |
| parent | ecd39dbd27d6f2907630678cbff464374edff8fe (diff) | |
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', | |||
| 40 | '/sys/kernel/debug/tracing/trace_pipe', | 40 | '/sys/kernel/debug/tracing/trace_pipe', |
| 41 | '/sys/kernel/security/apparmor/revision'); | 41 | '/sys/kernel/security/apparmor/revision'); |
| 42 | 42 | ||
| 43 | # Do not parse thes files under any subdirectory. | 43 | # Do not parse these files under any subdirectory. |
| 44 | my @skip_parse_files_any = ('0', | 44 | my @skip_parse_files_any = ('0', |
| 45 | '1', | 45 | '1', |
| 46 | '2', | 46 | '2', |
