diff options
| author | Paul Eggert | 2011-11-19 23:30:16 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-19 23:30:16 -0800 |
| commit | 40ba43b4b71df1d51954bdad071e74243c4aea7c (patch) | |
| tree | e4cb03937e72463278264e9684481d68ece4698c /admin | |
| parent | 24901d610c9ff524e7e7c132dca1cd4312368db0 (diff) | |
| download | emacs-40ba43b4b71df1d51954bdad071e74243c4aea7c.tar.gz emacs-40ba43b4b71df1d51954bdad071e74243c4aea7c.zip | |
Spelling fixes.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/grammars/c.by | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/grammars/c.by b/admin/grammars/c.by index 004f0b5f30f..b49f8ce76c7 100644 --- a/admin/grammars/c.by +++ b/admin/grammars/c.by | |||
| @@ -122,7 +122,7 @@ | |||
| 122 | %put DELETE summary "delete <object>;" | 122 | %put DELETE summary "delete <object>;" |
| 123 | 123 | ||
| 124 | ;; Despite this, this parser can find templates by ignoring the TEMPLATE | 124 | ;; Despite this, this parser can find templates by ignoring the TEMPLATE |
| 125 | ;; keyword, and finding the class/method being templateized. | 125 | ;; keyword, and finding the class/method being templatized. |
| 126 | %token TEMPLATE "template" | 126 | %token TEMPLATE "template" |
| 127 | %put TEMPLATE summary "template <class TYPE ...> TYPE_OR_FUNCTION" | 127 | %put TEMPLATE summary "template <class TYPE ...> TYPE_OR_FUNCTION" |
| 128 | 128 | ||