From 2ae58c695fc965f5f2f203907d38ed0aa183f1de Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 20 Nov 2014 10:19:46 +1100 Subject: libdl: Update the comments. See refs #2191. --- cpukit/libdl/rtl-allocator.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- cgit v1.2.3