aboutsummaryrefslogtreecommitdiff
path: root/src/hb-bimap.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/hb-bimap.hh')
-rw-r--r--src/hb-bimap.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-bimap.hh b/src/hb-bimap.hh
index 64dbf2e86..f54147254 100644
--- a/src/hb-bimap.hh
+++ b/src/hb-bimap.hh
@@ -93,7 +93,7 @@ struct hb_bimap_t
auto iter () const HB_AUTO_RETURN (+ forw_map.iter())
};
-/* Inremental bimap: only lhs is given, rhs is incrementally assigned */
+/* Incremental bimap: only lhs is given, rhs is incrementally assigned */
struct hb_inc_bimap_t
{
bool in_error () const { return forw_map.in_error () || back_map.in_error (); }