From 7f011a167421c7576863becb6b286e3d8b37263e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 5 Jan 2006 03:53:27 +0000 Subject: grammar fix --- libc/stdlib/abort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdlib') 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__ -- cgit v1.2.3