* 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 ea37824..17d5750 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 ab59e5e..1aa82a0 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>