]> sourceware.org Git - glibc.git/commitdiff
Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Wed, 22 Jul 1998 23:20:51 +0000 (23:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 22 Jul 1998 23:20:51 +0000 (23:20 +0000)
1998-07-22 23:19  Ulrich Drepper  <drepper@cygnus.com>

* sysdeps/unix/sysv/linux/bits/siginfo.h: Fix typo.

ChangeLog
sysdeps/unix/sysv/linux/bits/siginfo.h

index a6b2ae30547946b3e0c9631d5691f25b03349bdd..d80bc68c742ad661c6d339de2116831782a2826b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1998-07-22 23:19  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/unix/sysv/linux/bits/siginfo.h: Fix typo.
+
 1998-07-22  Ulrich Drepper  <drepper@cygnus.com>
 
        * Makefile (headers2_0): Add sigstack.h.
index 1e423636c872793586fe0813d58074b956679a0b..429edac7482fe0503825eb139eb5a2152167154e 100644 (file)
@@ -129,7 +129,7 @@ enum
 {
   ILL_ILLOPC = 1,              /* Illegal opcode.  */
 # define ILL_ILLOPC    ILL_ILLOPC
-  ILL_ILL_OPN,                 /* Illegal operand.  */
+  ILL_ILLOPN,                  /* Illegal operand.  */
 # define ILL_ILLOPN    ILL_ILLOPN
   ILL_ILLADR,                  /* Illegal addressing mode.  */
 # define ILL_ILLADR    ILL_ILLADR
This page took 0.058862 seconds and 5 git commands to generate.