lib: correct __moddi3() description
authorJan Beulich <jbeulich@suse.com>
Wed, 9 Sep 2020 15:55:41 +0000 (17:55 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 9 Sep 2020 15:55:41 +0000 (17:55 +0200)
commit033b534be50b0c53cf32171e8b013df505758c13
treea6dff42728bd1bbba47be0152c8d2dc9002fa8ff
parenta4c4b288069cf0c7285ec3d3efb1df0b46051d46
lib: correct __moddi3() description

The remainder of a division, when non-zero, is specified to always be of
the same sign as the dividend. Bring a comment in line with the code it
describes.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/common/lib.c