summaryrefslogtreecommitdiff
path: root/include/malloc.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-10-20 18:17:18 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-10-20 18:17:18 +0000
commit34dce38bace53f0910b39b57319f8e998303a0b3 (patch)
tree8471c19fb60ff8718428a6e1e1161286aaa739e4 /include/malloc.h
parenta96829dab308229b45407a1f47e2f613bd5d148d (diff)
- commentary typo fix
Diffstat (limited to 'include/malloc.h')
-rw-r--r--include/malloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/malloc.h b/include/malloc.h
index 844143cc9..d6a731115 100644
--- a/include/malloc.h
+++ b/include/malloc.h
@@ -186,7 +186,7 @@ extern int mallopt __MALLOC_P ((int __param, int __val));
/* 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);