Commit 708c43a2 authored by max@mtew.isa-geek.net's avatar max@mtew.isa-geek.net Committed by Alexandre Julliard

ntdll: Correct 'b' parameter descriptions for _alldiv and _aulldiv.

parent 7a9b3894
...@@ -531,7 +531,7 @@ NTSTATUS WINAPI RtlInt64ToUnicodeString( ...@@ -531,7 +531,7 @@ NTSTATUS WINAPI RtlInt64ToUnicodeString(
* *
* PARAMS * PARAMS
* a [I] Initial number. * a [I] Initial number.
* b [I] Number to multiply a by. * b [I] Number to divide a by.
* *
* RETURNS * RETURNS
* The dividend of a and b. * The dividend of a and b.
...@@ -585,7 +585,7 @@ LONGLONG WINAPI _allrem( LONGLONG a, LONGLONG b ) ...@@ -585,7 +585,7 @@ LONGLONG WINAPI _allrem( LONGLONG a, LONGLONG b )
* *
* PARAMS * PARAMS
* a [I] Initial number. * a [I] Initial number.
* b [I] Number to multiply a by. * b [I] Number to divide a by.
* *
* RETURNS * RETURNS
* The dividend of a and b. * The dividend of a and b.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment