typeck.c: Remove non-printable character 160.
authorPaolo Bonzini <bonzini@gnu.org>
Wed, 19 May 2004 15:22:52 +0000 (15:22 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Wed, 19 May 2004 15:22:52 +0000 (15:22 +0000)
2004-05-19  Paolo Bonzini  <bonzini@gnu.org>

* typeck.c: Remove non-printable character 160.

From-SVN: r82027

gcc/java/ChangeLog
gcc/java/typeck.c

index 4d1bd65877d13091c3659e2546229695284ee2f1..70cf8597f4ad6a56b8511fa2e8c860f17010f8e7 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-19  Paolo Bonzini  <bonzini@gnu.org>
+
+       * typeck.c: Remove non-printable character 160.
+
 2004-05-17  Ranjit Mathew  <rmathew@hotmail.com>
 
        * check-init.c: Correct minor typos.
index d52afd2356288b7c8fef24fbb223c5a441a7e6c0..64f00e8f780e1d14fe4a840522202284fd71a827 100644 (file)
@@ -733,7 +733,7 @@ lookup_java_method (tree searched_class, tree method_name,
                    method_signature, build_java_signature);
 }
 
-/* Return true iff CLASS (or its ancestors) has a method METHOD_NAME.  */
+/* Return true iff CLASS (or its ancestors) has a method METHOD_NAME.  */
 int
 has_method (tree class, tree method_name)
 {