summaryrefslogtreecommitdiff
path: root/admin/grammars/c.by
diff options
context:
space:
mode:
Diffstat (limited to 'admin/grammars/c.by')
-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 004f0b5f30f..b49f8ce76c7 100644
--- a/admin/grammars/c.by
+++ b/admin/grammars/c.by
@@ -122,7 +122,7 @@
%put DELETE summary "delete <object>;"
;; Despite this, this parser can find templates by ignoring the TEMPLATE
-;; keyword, and finding the class/method being templateized.
+;; keyword, and finding the class/method being templatized.
%token TEMPLATE "template"
%put TEMPLATE summary "template <class TYPE ...> TYPE_OR_FUNCTION"