소스 검색

- s/Attemt/Attempt/

Bernhard Reutner-Fischer 18 년 전
부모
커밋
385a0b9d4f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      extra/Configs/Config.in

+ 1 - 1
extra/Configs/Config.in

@@ -945,7 +945,7 @@ config UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8
 endchoice
 endchoice
 
 
 config UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT
 config UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT
-	bool "Attemt to shutdown stdio subsystem when abort() is called."
+	bool "Attempt to shutdown stdio subsystem when abort() is called."
 	default n
 	default n
 	help
 	help
 	  ANSI/ISO C99 requires abort() to be asyn-signal-safe.  So there was a behavioral
 	  ANSI/ISO C99 requires abort() to be asyn-signal-safe.  So there was a behavioral