summaryrefslogtreecommitdiff
path: root/tools/genv8constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/genv8constants.py')
-rwxr-xr-xtools/genv8constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genv8constants.py b/tools/genv8constants.py
index b516728635..2b6ed84992 100755
--- a/tools/genv8constants.py
+++ b/tools/genv8constants.py
@@ -78,7 +78,7 @@ for line in pipe:
# format, but this is the most obvious robust approach. We could almost
# rely on looking at numbered fields, but some instructions look very
# much like hex numbers (e.g., "adc"), and we don't want to risk picking
- # those up by mistake, so we look at character-based columns intead.
+ # those up by mistake, so we look at character-based columns instead.
#
for i in range (0, 3):
# 6-character margin, 2-characters + 1 space for each field