diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-03 22:53:41 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-03 22:53:41 +0000 |
commit | 385a0b9d4fa0806c0f22e21d01f42b523c1b43cf (patch) | |
tree | 654afd38948138f16352464ce07237f521a6b80d /extra | |
parent | 6c8e75a86533fa2ebfb41af7941c64ea72c1f4c4 (diff) |
- s/Attemt/Attempt/
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index b3d9250f0..b0d1504e9 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -945,7 +945,7 @@ config UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 endchoice 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 help ANSI/ISO C99 requires abort() to be asyn-signal-safe. So there was a behavioral |