declare smobs in alloc.c
[bpt/emacs.git] / lib-src / grep-changelog
index 3902d26..ab8c5e3 100755 (executable)
@@ -1,7 +1,6 @@
 #! /usr/bin/perl
 
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-#               2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
 #
 # This file is part of GNU Emacs.
 
@@ -39,7 +38,7 @@ my $result;
 
 if (@ARGV == 0) {
 
-    # No arguments cannot posibly mean "show everything"!!
+    # No arguments cannot possibly mean "show everything"!!
     $result = 0;
 
 } else {
@@ -263,5 +262,4 @@ while (defined (my $log = shift @ARGV)) {
 }
 
 
-# arch-tag: 9e4f6749-e053-4bb7-b3ad-11947318418e
 # grep-changelog ends here.