diff --git a/src/hb-shape-plan.cc b/src/hb-shape-plan.cc index 65a5fc451..6510630d4 100644 --- a/src/hb-shape-plan.cc +++ b/src/hb-shape-plan.cc @@ -334,7 +334,7 @@ hb_shape_plan_destroy (hb_shape_plan_t *shape_plan) * * Attaches a user-data key/data pair to the given shaping plan. * - * Return value: + * Return value: %true if success, %false otherwise. * * Since: 0.9.7 **/ @@ -439,7 +439,7 @@ _hb_shape_plan_execute_internal (hb_shape_plan_t *shape_plan, * Executes the given shaping plan on the specified buffer, using * the given @font and @features. * - * Return value: + * Return value: %true if success, %false otherwise. * * Since: 0.9.7 **/