Commit 7e19ee74 authored by David Mosberger's avatar David Mosberger

(arch/ia64/kernel/unwind_i.h): Fix typo in comment.

parent e13b1bb6
...@@ -103,7 +103,7 @@ struct unw_state_record { ...@@ -103,7 +103,7 @@ struct unw_state_record {
unsigned int in_body : 1; /* are we inside a body (as opposed to a prologue)? */ unsigned int in_body : 1; /* are we inside a body (as opposed to a prologue)? */
unsigned long flags; /* see UNW_FLAG_* in unwind.h */ unsigned long flags; /* see UNW_FLAG_* in unwind.h */
u8 *imask; /* imask of of spill_mask record or NULL */ u8 *imask; /* imask of spill_mask record or NULL */
unsigned long pr_val; /* predicate values */ unsigned long pr_val; /* predicate values */
unsigned long pr_mask; /* predicate mask */ unsigned long pr_mask; /* predicate mask */
long spill_offset; /* psp-relative offset for spill base */ long spill_offset; /* psp-relative offset for spill base */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment