summaryrefslogtreecommitdiff
path: root/src/ia64
diff options
context:
space:
mode:
authorAdeel Mujahid <3840695+am11@users.noreply.github.com>2022-08-05 03:14:42 +0300
committerGitHub <noreply@github.com>2022-08-04 20:14:42 -0400
commit14e199e1f2edeecc5789e3ce10dbd5de7fd86441 (patch)
treefd2abf68218469cad11dd9bc8f28f451a76f185b /src/ia64
parent919da2e0c42e6e4a3b3da63001863e586787fab4 (diff)
downloadlibunwind-14e199e1f2edeecc5789e3ce10dbd5de7fd86441.tar.gz
Fix typos (#397)
* Fix typos * Cleanup trailing whitespaces in committed files * Update include/tdep-ia64/libunwind_i.h
Diffstat (limited to 'src/ia64')
-rw-r--r--src/ia64/Gscript.c2
-rw-r--r--src/ia64/Gtables.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ia64/Gscript.c b/src/ia64/Gscript.c
index ea5ac15f..1af6a855 100644
--- a/src/ia64/Gscript.c
+++ b/src/ia64/Gscript.c
@@ -287,7 +287,7 @@ compile_reg (struct ia64_state_record *sr, int i, struct ia64_reg_info *r,
{
case IA64_WHERE_FR:
/* Note: There is no need to handle NaT-bit info here
- (indepent of is_preserved_gr), because for floating-point
+ (independent of is_preserved_gr), because for floating-point
NaTs are represented as NaTVal, so the NaT-info never
needs to be consulated. */
if (rval >= 2 && rval <= 5)
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)