[PATCH 1/7] libdl: Fix comment.

chrisj at rtems.org chrisj at rtems.org
Tue May 5 05:02:01 UTC 2020


From: Chris Johns <chrisj at rtems.org>

Updates #3969
---
 cpukit/libdl/rtl-elf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/libdl/rtl-elf.c b/cpukit/libdl/rtl-elf.c
index 9370f36989..75b3d9c953 100644
--- a/cpukit/libdl/rtl-elf.c
+++ b/cpukit/libdl/rtl-elf.c
@@ -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;
-- 
2.24.1



More information about the devel mailing list