From 51291dc7f32fc5253e0b908a19c0d1eaa28cc90b Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 5 Aug 2020 16:39:28 +0200 Subject: Squashed 'shared/c-stdaux/' changes from 3b35c47d2bee..ffa3dcc36533 ffa3dcc36533 all: fix minor typo in code comment git-subtree-dir: shared/c-stdaux git-subtree-split: ffa3dcc365331e31eb0c0f73ccd258e7a29a162a --- src/test-basic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test-basic.c b/src/test-basic.c index 291a8e199b..9549a14303 100644 --- a/src/test-basic.c +++ b/src/test-basic.c @@ -203,7 +203,7 @@ static void test_misc(int non_constant_expr) { /* * Div Round Up: Normal division, but round up to next integer, instead * of clipping. Also verify that it does not suffer from the integer - * overflow in the prevalant, alternative implementation: + * overflow in the prevalent, alternative implementation: * [(x + y - 1) / y]. */ { -- cgit v1.2.1