svn commit: trunk/uClibc/libc/stdlib

vapier at uclibc.org vapier at uclibc.org
Sun Jan 8 08:40:13 UTC 2006


Author: vapier
Date: 2006-01-08 00:40:11 -0800 (Sun, 08 Jan 2006)
New Revision: 13149

Log:
fix typo

Modified:
   trunk/uClibc/libc/stdlib/abort.c


Changeset:
Modified: trunk/uClibc/libc/stdlib/abort.c
===================================================================
--- trunk/uClibc/libc/stdlib/abort.c	2006-01-08 08:17:04 UTC (rev 13148)
+++ trunk/uClibc/libc/stdlib/abort.c	2006-01-08 08:40:11 UTC (rev 13149)
@@ -104,7 +104,7 @@
 
 #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) {




More information about the uClibc-cvs mailing list