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
This commit is contained in:
Thomas Haller 2020-08-05 16:39:28 +02:00
parent bcf93a2800
commit 51291dc7f3

View file

@ -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].
*/
{