Convert function definitions to standard C.
[bpt/emacs.git] / lib-src / grep-changelog
index 3902d26..b63ae90 100755 (executable)
@@ -1,7 +1,7 @@
 #! /usr/bin/perl
 
 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-#               2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+#               2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 #
 # This file is part of GNU Emacs.
 
@@ -39,7 +39,7 @@ my $result;
 
 if (@ARGV == 0) {
 
-    # No arguments cannot posibly mean "show everything"!!
+    # No arguments cannot possibly mean "show everything"!!
     $result = 0;
 
 } else {