[Glibc-bsd-commits] r2265 - trunk/glibc-ports/kfreebsd/bits
ps-guest at alioth.debian.org
ps-guest at alioth.debian.org
Mon Jul 28 19:55:56 UTC 2008
Author: ps-guest
Date: 2008-07-28 19:55:56 +0000 (Mon, 28 Jul 2008)
New Revision: 2265
Modified:
trunk/glibc-ports/kfreebsd/bits/siginfo.h
Log:
* fix typo
Modified: trunk/glibc-ports/kfreebsd/bits/siginfo.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/siginfo.h 2008-07-28 19:21:49 UTC (rev 2264)
+++ trunk/glibc-ports/kfreebsd/bits/siginfo.h 2008-07-28 19:55:56 UTC (rev 2265)
@@ -78,7 +78,7 @@
{
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
More information about the Glibc-bsd-commits
mailing list