summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-08-05 16:39:28 +0200
committerThomas Haller <thaller@redhat.com>2020-08-05 16:39:28 +0200
commit51291dc7f32fc5253e0b908a19c0d1eaa28cc90b (patch)
treeb49876be2003a787ae78d4bd1f913275bd7471bc
parentbcf93a280066024694db0bab837fb06f58e6a069 (diff)
downloadNetworkManager-51291dc7f32fc5253e0b908a19c0d1eaa28cc90b.tar.gz
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
-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].
*/
{