summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/ifdef.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-25 22:32:56 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-25 22:32:56 (GMT)
commit7c4a7e6f3cbd98ad547a3f1661582517612419e3 (patch)
tree401bde344fe15ab617c9be5c0e6fec7f4363d81f /Tools/scripts/ifdef.py
parentbf8ab77f940013e42f7b9af5b4fd2100238f389b (diff)
downloadcpython-7c4a7e6f3cbd98ad547a3f1661582517612419e3.zip
cpython-7c4a7e6f3cbd98ad547a3f1661582517612419e3.tar.gz
cpython-7c4a7e6f3cbd98ad547a3f1661582517612419e3.tar.bz2
#18803: fix more typos. Patch by FĂ©vry Thibault.
Diffstat (limited to 'Tools/scripts/ifdef.py')
-rwxr-xr-xTools/scripts/ifdef.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/scripts/ifdef.py b/Tools/scripts/ifdef.py
index 46167ad..b1711ce 100755
--- a/Tools/scripts/ifdef.py
+++ b/Tools/scripts/ifdef.py
@@ -9,11 +9,11 @@
# options. On standard output it writes a copy of the input file(s)
# minus those code sections that are suppressed by the selected
# combination of defined/undefined symbols. The #if(n)def/#else/#else
-# lines themselfs (if the #if(n)def tests for one of the mentioned
+# lines themselves (if the #if(n)def tests for one of the mentioned
# names) are removed as well.
# Features: Arbitrary nesting of recognized and unrecognized
-# preprocesor statements works correctly. Unrecognized #if* commands
+# preprocessor statements works correctly. Unrecognized #if* commands
# are left in place, so it will never remove too much, only too
# little. It does accept whitespace around the '#' character.