summaryrefslogtreecommitdiff
path: root/src/test-basic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test-basic.c')
-rw-r--r--src/test-basic.c2
1 files changed, 1 insertions, 1 deletions
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].
*/
{