[PATCH][next] lib/math/rational: Fix spelling mistake "demominator" -> "denominator"

From: Colin King
Date: Wed May 26 2021 - 04:50:58 EST


From: Colin Ian King <colin.king@xxxxxxxxxxxxx>

There is a spelling mistake in a literal string. Fix it.

Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
---
lib/math/rational-test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/math/rational-test.c b/lib/math/rational-test.c
index df6ab5f43e8c..01611ddff420 100644
--- a/lib/math/rational-test.c
+++ b/lib/math/rational-test.c
@@ -20,7 +20,7 @@ static const struct rational_test_param test_parameters[] = {
{ 27,32, 16, 16, 11, 13, "Use convergent" },
{ 1155, 7735, 255, 255, 33, 221, "Exact answer" },
{ 87, 32, 70, 32, 68, 25, "Semiconvergent, numerator limit" },
- { 14533, 4626, 15000, 2400, 7433, 2366, "Semiconvergent, demominator limit" },
+ { 14533, 4626, 15000, 2400, 7433, 2366, "Semiconvergent, denominator limit" },
};

static void get_desc(const struct rational_test_param *param, char *desc)
--
2.31.1