libdl: Fix comment.

Updates #3969
This commit is contained in:
Chris Johns
2020-05-05 14:53:14 +10:00
parent f767355d39
commit 285cda38e1

View File

@@ -1717,7 +1717,7 @@ rtems_rtl_elf_file_load (rtems_rtl_obj* obj, int fd)
* 1. See if there are any common variables and if there are add a
* common section.
* 2. Add up the common.
* 3.
* 3. The load the symbols.
*/
if (!rtems_rtl_obj_load_symbols (obj, fd, rtems_rtl_elf_common, &common))
return false;