summaryrefslogtreecommitdiff
path: root/scripts/maint/annotate_ifdef_directives.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/maint/annotate_ifdef_directives.py')
-rwxr-xr-xscripts/maint/annotate_ifdef_directives.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/annotate_ifdef_directives.py b/scripts/maint/annotate_ifdef_directives.py
index 9ca090d595..eeca0bbb17 100755
--- a/scripts/maint/annotate_ifdef_directives.py
+++ b/scripts/maint/annotate_ifdef_directives.py
@@ -70,7 +70,7 @@ LINE_OBVIOUSNESS_LIMIT = 4
# Maximum line width. This includes a terminating newline character.
#
# (This is the maximum before encoding, so that if the the operating system
-# uses multiple characers to encode newline, that's still okay.)
+# uses multiple characters to encode newline, that's still okay.)
LINE_WIDTH=80
class Problem(Exception):