about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/bits/siginfo.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-07-22 23:20:51 +0000
committerUlrich Drepper <drepper@redhat.com>1998-07-22 23:20:51 +0000
commite3efc21596f0929cb16837fab505f2f63b619808 (patch)
tree94a77db8c302f899858e29b7edf19b71305e68b0 /sysdeps/unix/sysv/linux/bits/siginfo.h
parenta7ab2023fcdd5c90c9f664cbaed8ef90dd38e818 (diff)
downloadglibc-e3efc21596f0929cb16837fab505f2f63b619808.tar.gz
glibc-e3efc21596f0929cb16837fab505f2f63b619808.tar.xz
glibc-e3efc21596f0929cb16837fab505f2f63b619808.zip
Fix typo.
1998-07-22 23:19  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/bits/siginfo.h: Fix typo.
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits/siginfo.h')
-rw-r--r--sysdeps/unix/sysv/linux/bits/siginfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/siginfo.h b/sysdeps/unix/sysv/linux/bits/siginfo.h
index 1e423636c8..429edac748 100644
--- a/sysdeps/unix/sysv/linux/bits/siginfo.h
+++ b/sysdeps/unix/sysv/linux/bits/siginfo.h
@@ -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