From 2d61580cc10c110fa4fb7c4d394d1a49d82e2734 Mon Sep 17 00:00:00 2001 From: Cuyler36 Date: Sun, 23 Apr 2023 19:30:21 -0400 Subject: [PATCH] Wording --- rel/m_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rel/m_lib.c b/rel/m_lib.c index cb951095..32c835bf 100644 --- a/rel/m_lib.c +++ b/rel/m_lib.c @@ -517,7 +517,7 @@ extern void add_calc2(f32* pValue, f32 target, f32 fraction, f32 maxStep) { } /** - * @brief Subtract a calculated value from a variable based by a fractionial percent with a maximum step limit. + * @brief Subtract a calculated value from a variable by a fractionial percent with a maximum step limit. * * @param pValue Pointer to the input variable. * @param fraction Fraction to use in the step size calculation.