summaryrefslogtreecommitdiff
path: root/addr2line/addr2line.c
diff options
context:
space:
mode:
Diffstat (limited to 'addr2line/addr2line.c')
-rw-r--r--addr2line/addr2line.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/addr2line/addr2line.c b/addr2line/addr2line.c
index 3cd8cb5389fe..55f450d372c4 100644
--- a/addr2line/addr2line.c
+++ b/addr2line/addr2line.c
@@ -40,7 +40,7 @@
#include "uthash.h"
#include "_elftc.h"
-ELFTC_VCSID("$Id: addr2line.c 3273 2015-12-11 21:38:57Z kaiwang27 $");
+ELFTC_VCSID("$Id: addr2line.c 3446 2016-05-03 01:31:17Z emaste $");
struct Func {
char *name;
@@ -284,7 +284,7 @@ collect_func(Dwarf_Debug dbg, Dwarf_Die die, struct Func *parent, struct CU *cu)
&de) == DW_DLV_OK)
goto add_func;
- /* Skip if no name assoicated with this DIE. */
+ /* Skip if no name associated with this DIE. */
goto cont_search;
add_func: