svn commit: trunk/uClibc/include

aldot at uclibc.org aldot at uclibc.org
Sat Oct 20 18:17:18 UTC 2007


Author: aldot
Date: 2007-10-20 11:17:18 -0700 (Sat, 20 Oct 2007)
New Revision: 20307

Log:
- commentary typo fix


Modified:
   trunk/uClibc/include/malloc.h


Changeset:
Modified: trunk/uClibc/include/malloc.h
===================================================================
--- trunk/uClibc/include/malloc.h	2007-10-20 18:09:53 UTC (rev 20306)
+++ trunk/uClibc/include/malloc.h	2007-10-20 18:17:18 UTC (rev 20307)
@@ -186,7 +186,7 @@
 /* uClibc may use malloc internally in situations where user can not be
  * notified about out-of-memory condition. In this situation uClibc will
  * call __uc_malloc_failed if it is non-NULL, and retry allocation
- * if it returns. If __uc_malloc_failed is NULL, uclubc will _exit(1).
+ * if it returns. If __uc_malloc_failed is NULL, uclibc will _exit(1).
  * NB: do not use stdio in __uc_malloc_failed handler! */
 extern void *__uc_malloc(size_t size);
 extern void (*__uc_malloc_failed)(size_t size);




More information about the uClibc-cvs mailing list