summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-05-27 08:04:10 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-05-27 08:04:10 -0400
commit162188dd8b18651c02e85d539ea20ef664d1eb6c (patch)
tree8446af3bb7820be81a3de05c6f0ed1e1a706f6a5 /devtools
parent21fd00651243c1434aa900b99c6d402df6f7cc9b (diff)
downloadgpsd-162188dd8b18651c02e85d539ea20ef664d1eb6c.tar.gz
Typo fixes.
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/tablegen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/devtools/tablegen.py b/devtools/tablegen.py
index 422b70e7..d2c444a4 100755
--- a/devtools/tablegen.py
+++ b/devtools/tablegen.py
@@ -340,7 +340,7 @@ def make_json_generator(wfp):
continue
if ftype == 'x' or not record:
continue
- # Depends on the assumption that the resd code
+ # Depends on the assumption that the read code
# always sees unscaled JSON.
readtype = {
'u': "uinteger",
@@ -355,7 +355,7 @@ def make_json_generator(wfp):
default = {
'u': "'PUT_DEFAULT_HERE'",
'U': "'PUT_DEFAULT_HERE'",
- 'e': "'PUT DEFAYLT HERE'",
+ 'e': "'PUT DEFAULT HERE'",
'i': "'PUT_DEFAULT_HERE'",
'I': "'PUT_DEFAULT_HERE'",
'b': "\'false\'",