diff options
Diffstat (limited to 'admin/grammars/c.by')
-rw-r--r-- | admin/grammars/c.by | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/grammars/c.by b/admin/grammars/c.by index b49f8ce76c7..1bdaf8f447b 100644 --- a/admin/grammars/c.by +++ b/admin/grammars/c.by @@ -1,6 +1,6 @@ ;;; c.by -- LL grammar for C/C++ language specification -;; Copyright (C) 1999-2011 Free Software Foundation, Inc. +;; Copyright (C) 1999-2012 Free Software Foundation, Inc. ;; ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; David Ponce <david@dponce.com> @@ -261,7 +261,7 @@ define ; ;; In C++, structures can have the same things as classes. -;; So delete this somday in the figure. +;; So delete this some day in the figure. ;; ;;structparts : semantic-list ;; (EXPANDFULL $1 structsubparts) |