diff --git a/src/hb-set.cc b/src/hb-set.cc index fa9868809..8e6790760 100644 --- a/src/hb-set.cc +++ b/src/hb-set.cc @@ -479,7 +479,7 @@ hb_set_next (const hb_set_t *set, * @set: a set. * @codepoint: (inout): * - * Gets the previous number in @set that is slower than current value of @codepoint. + * Gets the previous number in @set that is lower than current value of @codepoint. * * Set @codepoint to %HB_SET_VALUE_INVALID to get started. *