From: William Pursell Date: Sun, 12 Oct 2008 20:13:39 +0000 (+0200) Subject: * tests/defs.in: Fix comment typo. X-Git-Tag: v1.10b~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7af73ee9a7f85eb5c7672d6ee61ced6bdb10f95;p=thirdparty%2Fautomake.git * tests/defs.in: Fix comment typo. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index d2cfdbc87..3dfadc6d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-10-12 William Pursell (tiny patch) + + * tests/defs.in: Fix comment typo. + 2008-10-12 William Pursell Ralf Wildenhues diff --git a/tests/defs.in b/tests/defs.in index 91724275f..c0e310f5d 100644 --- a/tests/defs.in +++ b/tests/defs.in @@ -2,7 +2,7 @@ # @configure_input@ # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -152,7 +152,7 @@ do CC=icc export CC # There is no way to ask *only* the compiler's version. - # This tool always want to do something (by default + # This tool always wants to do something (by default # it will try link *nothing* and complain it cannot find # main(); funny). Use -help so it does not try linking anything. echo "$me: running $CC -V -help"