Mike Frysinger hace 20 años
padre
commit
7f011a1674
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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__