From 14e199e1f2edeecc5789e3ce10dbd5de7fd86441 Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Fri, 5 Aug 2022 03:14:42 +0300 Subject: Fix typos (#397) * Fix typos * Cleanup trailing whitespaces in committed files * Update include/tdep-ia64/libunwind_i.h --- src/ia64/Gtables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ia64/Gtables.c') diff --git a/src/ia64/Gtables.c b/src/ia64/Gtables.c index f5e8f2d8..e6ac5197 100644 --- a/src/ia64/Gtables.c +++ b/src/ia64/Gtables.c @@ -531,7 +531,7 @@ callback (struct dl_phdr_info *info, size_t size, void *ptr) if (p_dynamic) { - /* For dynamicly linked executables and shared libraries, + /* For dynamically linked executables and shared libraries, DT_PLTGOT is the gp value for that object. */ Elf64_Dyn *dyn = (Elf64_Dyn *)(p_dynamic->p_vaddr + load_base); for (; dyn->d_tag != DT_NULL; ++dyn) -- cgit v1.2.1