summaryrefslogtreecommitdiff
path: root/src/x86_64/Gstash_frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/x86_64/Gstash_frame.c')
-rw-r--r--src/x86_64/Gstash_frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x86_64/Gstash_frame.c b/src/x86_64/Gstash_frame.c
index 2a44f873..d8f086e9 100644
--- a/src/x86_64/Gstash_frame.c
+++ b/src/x86_64/Gstash_frame.c
@@ -45,7 +45,7 @@ tdep_stash_frame (struct dwarf_cursor *d, struct dwarf_reg_state *rs)
rs->reg.where[RBP] == DWARF_WHERE_EXPR) {
/* Check for GCC generated alignment frame for rsp. A simple
* def_cfa_expr that loads a constant offset from rbp, where the
- * addres of the rip was pushed on the stack */
+ * address of the rip was pushed on the stack */
unw_word_t cfa_addr = rs->reg.val[DWARF_CFA_REG_COLUMN];
unw_word_t rbp_addr = rs->reg.val[RBP];
unw_word_t cfa_offset;