From 4e41f21f65d3c492bf990c8196237fef864997e5 Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Wed, 3 Apr 2002 06:51:34 +0000 Subject: [PATCH] Fix typo in comment. (Logical change 1.10) --- src/ia64/unwind_i.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ia64/unwind_i.h b/src/ia64/unwind_i.h index 273c76dd..a7e3faff 100644 --- a/src/ia64/unwind_i.h +++ b/src/ia64/unwind_i.h @@ -28,6 +28,7 @@ License. */ #include #include + #include #define struct_offset(str,fld) ((char *)&((str *)NULL)->fld - (char *) 0) @@ -355,7 +356,7 @@ struct ia64_state_record unsigned int in_body : 1; /* are we inside prologue or body? */ unsigned int flags; /* see IA64_FLAG_* */ - uint8_t *imask; /* imask of of spill_mask record or NULL */ + uint8_t *imask; /* imask of spill_mask record or NULL */ unw_word_t pr_val; /* predicate values */ unw_word_t pr_mask; /* predicate mask */