aboutsummaryrefslogtreecommitdiff
path: root/tools/compact-unwind/compact-unwind-dumper.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/compact-unwind/compact-unwind-dumper.c')
-rw-r--r--tools/compact-unwind/compact-unwind-dumper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/compact-unwind/compact-unwind-dumper.c b/tools/compact-unwind/compact-unwind-dumper.c
index 0f898dbc76b4..d6bd72d93027 100644
--- a/tools/compact-unwind/compact-unwind-dumper.c
+++ b/tools/compact-unwind/compact-unwind-dumper.c
@@ -1051,7 +1051,7 @@ print_second_level_index_regular (struct baton baton)
// UNWIND_SECOND_LEVEL_REGULAR entries have a funcOffset which includes the
// functionOffset from the containing index table already. UNWIND_SECOND_LEVEL_COMPRESSED
// entries only have the offset from the containing index table functionOffset.
- // So strip off the contianing index table functionOffset value here so they can
+ // So strip off the containing index table functionOffset value here so they can
// be treated the same at the lower layers.
print_function_encoding (baton, idx, encoding, (uint32_t) -1, func_offset - baton.first_level_index_entry.functionOffset);