summaryrefslogtreecommitdiff
path: root/libc/stdlib
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-08 08:40:11 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-08 08:40:11 +0000
commit3be78b425716a8b85efe4413686784c6e8353e43 (patch)
tree9dd7238b9bc6a165df07a8d689b3ea009097ae97 /libc/stdlib
parentf15067a5ef83edc8ea6aab7edc8450caa44cd7ab (diff)
fix typo
Diffstat (limited to 'libc/stdlib')
-rw-r--r--libc/stdlib/abort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/abort.c b/libc/stdlib/abort.c
index 47252d1f7..dd15b355e 100644
--- a/libc/stdlib/abort.c
+++ b/libc/stdlib/abort.c
@@ -104,7 +104,7 @@ void attribute_hidden __abort(void)
#ifdef __UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT__
/* If we are using stdio, try to shut it down. At the very least,
- * this will attemt to commit all buffered writes. It may also
+ * this will attempt to commit all buffered writes. It may also
* unboffer all writable files, or close them outright.
* Check the stdio routines for details. */
if (_stdio_term) {