mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-20 10:30:41 +01:00
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:
parent
bcf93a2800
commit
51291dc7f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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].
|
||||
*/
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue