]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* include/x86_64-signal.h: Fix typo.
authorAndreas Jaeger <aj@suse.de>
Sun, 8 Feb 2004 17:35:52 +0000 (18:35 +0100)
committerAndreas Jaeger <aj@gcc.gnu.org>
Sun, 8 Feb 2004 17:35:52 +0000 (18:35 +0100)
From-SVN: r77491

libjava/ChangeLog
libjava/include/x86_64-signal.h

index ea37824b5adb1d9fae1c57e1fdf7f53b54be9cb1..17d575059a11a847c5a5417f0cd2830a87038665 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-08  Andreas Jaeger  <aj@suse.de>
+
+       * include/x86_64-signal.h: Fix typo.
+
 2004-02-08  Diego Novillo  <dnovillo@redhat.com>
 
        * include/i386-signal.h (MAKE_THROW_FRAME): Add volatile
index ab59e5e69bc3a8ed3108355187d1c31e0bd6273c..1aa82a003a0c81a9667855a258c5f4ebd8b02ece 100644 (file)
@@ -84,7 +84,7 @@ while (0)
 
 #else /* __x86_64__ */
 
-/* This is for the 32-bit subsystem on on x86-64.  */
+/* This is for the 32-bit subsystem on x86-64.  */
 
 #define sigcontext_struct sigcontext
 #include <java-signal-aux.h>