From 24b6c649d3cef9c8bb640786c424d16ea3ed1a71 Mon Sep 17 00:00:00 2001 From: Tiago Rodrigues Date: Wed, 6 Dec 2023 12:32:37 -0500 Subject: [PATCH] fix typo --- public/libbacktrace/dwarf.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/libbacktrace/dwarf.cpp b/public/libbacktrace/dwarf.cpp index e84fe3b4..7d8b85dd 100644 --- a/public/libbacktrace/dwarf.cpp +++ b/public/libbacktrace/dwarf.cpp @@ -4284,8 +4284,8 @@ dwarf_fileline (struct backtrace_state *state, uintptr_t pc, return ret; } - // if we failed to obtain an entry in range, it can mean that the address map has been cahnges and new entries - // have been loaded in the meantime. Request a refresh and try again + // if we failed to obtain an entry in range, it can mean that the address map has been changed and new entries + // have been loaded in the meantime. Request a refresh and try again. if (state->request_known_address_ranges_refresh_fn) { int new_range_count = state->request_known_address_ranges_refresh_fn(state, pc);