summaryrefslogtreecommitdiff
path: root/libc/stdlib
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-05 03:53:27 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-05 03:53:27 +0000
commit7f011a167421c7576863becb6b286e3d8b37263e (patch)
treea26eabfb3f07021f7806240dc8b125608dac9d64 /libc/stdlib
parent12e15afb67a0497865ad6b4ff90e80ba3d2cd9ed (diff)
grammar fix
Diffstat (limited to 'libc/stdlib')
-rw-r--r--libc/stdlib/abort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/abort.c b/libc/stdlib/abort.c
index e3a9c8290..47252d1f7 100644
--- a/libc/stdlib/abort.c
+++ b/libc/stdlib/abort.c
@@ -64,7 +64,7 @@ Cambridge, MA 02139, USA. */
#define ABORT_INSTRUCTION asm ("hlt")
#else
#define ABORT_INSTRUCTION
-#warning no abort instruction define for your arch
+#warning no abort instruction defined for your arch
#endif
#ifdef __UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT__