summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-allocator.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libdl/rtl-allocator.c')
-rw-r--r--cpukit/libdl/rtl-allocator.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/libdl/rtl-allocator.c b/cpukit/libdl/rtl-allocator.c
index d5cc4435db..988094060f 100644
--- a/cpukit/libdl/rtl-allocator.c
+++ b/cpukit/libdl/rtl-allocator.c
@@ -53,7 +53,8 @@ rtems_rtl_alloc_new (rtems_rtl_alloc_tag_t tag, size_t size, bool zero)
void* address = NULL;
/*
- * Obtain memory from the allocator.
+ * Obtain memory from the allocator. The address field is set by the
+ * allocator.
*/
if (rtl)
rtl->allocator.allocator (true, tag, &address, size);