[rtems commit] libdl: Fix comment.
Chris Johns
chrisj at rtems.org
Tue May 5 05:03:32 UTC 2020
Module: rtems
Branch: master
Commit: 285cda38e17b69b0cc71a191a560be321ed196a1
Changeset: http://git.rtems.org/rtems/commit/?id=285cda38e17b69b0cc71a191a560be321ed196a1
Author: Chris Johns <chrisj at rtems.org>
Date: Tue May 5 14:53:14 2020 +1000
libdl: Fix comment.
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 9370f36..75b3d9c 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;
More information about the vc
mailing list