summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-05-05 14:53:14 +1000
committerChris Johns <chrisj@rtems.org>2020-05-05 14:53:14 +1000
commit285cda38e17b69b0cc71a191a560be321ed196a1 (patch)
tree7a39a665b895a40a6fd4ab1db2a5329c326c4de4
parentf767355d39f15ba12879eaa6ac2f36cb1c9aa803 (diff)
libdl: Fix comment.
Updates #3969
-rw-r--r--cpukit/libdl/rtl-elf.c2
1 files changed, 1 insertions, 1 deletions
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;