summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-11-13 22:27:12 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-11-13 22:27:12 -0800
commit09e80d9fb9fe7239d0fa301973920845831366d3 (patch)
tree771e73119b2ad9bf6cbf1fbff92a5f4cb1bf03ed /admin
parent56632ce4cd8616f0613e8734d62ec5e2f833c7dc (diff)
downloademacs-09e80d9fb9fe7239d0fa301973920845831366d3.tar.gz
Spelling fixes.
Diffstat (limited to 'admin')
-rw-r--r--admin/grammars/c.by2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/grammars/c.by b/admin/grammars/c.by
index 1797827679b..9fbb6592b75 100644
--- a/admin/grammars/c.by
+++ b/admin/grammars/c.by
@@ -734,7 +734,7 @@ builtintype
;; Klaus Berndl: This parses also nonsense like "const volatile int
;; const volatile const const volatile a ..." but IMHO nobody writes
-;; such code. Normaly we shoud define a rule like typeformbase-mode
+;; such code. Normally we should define a rule like typeformbase-mode
;; which exactly defines the different allowed cases and combinations
;; of declmods (minus the CVDECLMOD) typeformbase and cv-declmods so
;; we could recognize more invalid code but IMHO this is not worth the