From 3be78b425716a8b85efe4413686784c6e8353e43 Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Sun, 8 Jan 2006 08:40:11 +0000
Subject: fix typo

---
 libc/stdlib/abort.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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) {
-- 
cgit v1.2.3