aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-range-storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/value-range-storage.h')
-rw-r--r--gcc/value-range-storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/value-range-storage.h b/gcc/value-range-storage.h
index 191e00f..60da730 100644
--- a/gcc/value-range-storage.h
+++ b/gcc/value-range-storage.h
@@ -87,7 +87,7 @@ private:
enum value_range_kind m_kind : 3;
- // The length of this is m_num_ranges * 2 + 2 to accomodate the bitmask.
+ // The length of this is m_num_ranges * 2 + 2 to accommodate the bitmask.
HOST_WIDE_INT m_val[1];
// Another variable-length part of the structure following the HWIs.