]> code.delx.au - gnu-emacs/blobdiff - admin/grammars/grammar.wy
Merge from origin/emacs-24
[gnu-emacs] / admin / grammars / grammar.wy
index c5e5413e64c1f73acd537b05789e271c96c8c059..4605e3c4f70e63503a694aa054189533f982d51a 100644 (file)
@@ -1,6 +1,6 @@
 ;;; semantic-grammar.wy -- LALR grammar of Semantic input grammars
 ;;
-;; Copyright (C) 2002-2013 Free Software Foundation, Inc.
+;; Copyright (C) 2002-2014 Free Software Foundation, Inc.
 ;;
 ;; Author: David Ponce <david@dponce.com>
 ;; Maintainer: David Ponce <david@dponce.com>
@@ -94,7 +94,7 @@
 %token <open-paren>  LBRACE      "{"
 %token <close-paren> RBRACE      "}"
 
-;; Punctuations
+;; Punctuation
 %type  <punctuation>
 %token <punctuation> COLON       ":"
 %token <punctuation> SEMI        ";"