]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/bovine/debug.el
Update copyright year to 2015
[gnu-emacs] / lisp / cedet / semantic / bovine / debug.el
index 7b2affe15156e02e852ae0504cb254258da7adba..465a69a7341f5f0a29a293ae64ba3c76dcdfbeab 100644 (file)
@@ -1,6 +1,6 @@
 ;;; semantic/bovine/debug.el --- Debugger support for bovinator
 
-;; Copyright (C) 2003, 2009, 2010, 2011  Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2009-2015 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
 
@@ -114,7 +114,7 @@ LEXTOKEN, is a token returned by the lexer which is being matched."
              :documentation
              "An error condition caught in an action.")
    )
-  "Debugger frame representaion of a lisp error thrown during parsing.")
+  "Debugger frame representation of a lisp error thrown during parsing.")
 
 (defun semantic-create-bovine-debug-error-frame (condition)
   "Create an error frame for bovine debugger.
@@ -144,5 +144,4 @@ Argument CONDITION is the thrown error condition."
 
 (provide 'semantic/bovine/debug)
 
-;; arch-tag: d1bf98b3-faeb-4dc3-ac34-cac6264fd94e
 ;;; semantic/bovine/debug.el ends here