From 285cda38e17b69b0cc71a191a560be321ed196a1 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 5 May 2020 14:53:14 +1000 Subject: 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 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; -- cgit v1.2.3