libdl: Update the comments.

See refs #2191.
This commit is contained in:
Chris Johns
2014-11-20 10:19:46 +11:00
parent fc523ac869
commit 2ae58c695f

View File

@@ -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);