mirror of https://gitee.com/openkylin/linux.git
leaking_addresses: fix comment string typo
Fix typo in comment string. Signed-off-by: Tobin C. Harding <me@tobin.cc>
This commit is contained in:
parent
ecd39dbd27
commit
a284733e26
|
@ -40,7 +40,7 @@ my @skip_parse_files_abs = ('/proc/kmsg',
|
||||||
'/sys/kernel/debug/tracing/trace_pipe',
|
'/sys/kernel/debug/tracing/trace_pipe',
|
||||||
'/sys/kernel/security/apparmor/revision');
|
'/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',
|
my @skip_parse_files_any = ('0',
|
||||||
'1',
|
'1',
|
||||||
'2',
|
'2',
|
||||||
|
|
Loading…
Reference in New Issue