浏览代码

grammar fix

Mike Frysinger 18 年之前
父节点
当前提交
7f011a1674
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/stdlib/abort.c

+ 1 - 1
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__