summaryrefslogtreecommitdiff
path: root/include/libunwind_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libunwind_i.h')
-rw-r--r--include/libunwind_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libunwind_i.h b/include/libunwind_i.h
index bcf22956..83561240 100644
--- a/include/libunwind_i.h
+++ b/include/libunwind_i.h
@@ -172,7 +172,7 @@ target_is_big_endian()
/* Type of a mask that can be used to inhibit preemption. At the
userlevel, preemption is caused by signals and hence sigset_t is
- appropriate. In constrast, the Linux kernel uses "unsigned long"
+ appropriate. In contrast, the Linux kernel uses "unsigned long"
to hold the processor "flags" instead. */
typedef sigset_t intrmask_t;