aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangwoo Lee <marchpig87@gmail.com>2016-06-26 01:55:55 +0900
committerSangwoo Lee <marchpig87@gmail.com>2016-06-26 01:55:55 +0900
commit159324eebddb0a6101832a3433f845fc74a3735e (patch)
treec9ee956723ec815b006d43badf1c3ef754f19e0f
parentce36037cd5eadbc0cee77abd9215a89d4257e4e4 (diff)
downloadabi-compliance-checker-159324eebddb0a6101832a3433f845fc74a3735e.tar.gz
Fix typo in info
-rw-r--r--abi-compliance-checker.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/abi-compliance-checker.pl b/abi-compliance-checker.pl
index 4cffd9d..3906b66 100644
--- a/abi-compliance-checker.pl
+++ b/abi-compliance-checker.pl
@@ -739,7 +739,7 @@ OTHER OPTIONS:
Levels:
1 - skip non-Linux headers (e.g. win32_*.h, etc.)
2 - skip internal headers (e.g. *_p.h, impl/*.h, etc.)
- 3 - skip headers that iclude non-Linux headers
+ 3 - skip headers that include non-Linux headers
4 - skip headers included by others
-tolerant