summaryrefslogtreecommitdiff
path: root/libc/bcc
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1999-06-11 14:11:38 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:41:25 +0200
commit3d4957c86ff239b24b43933924ec72a3fd288518 (patch)
treeda8225a4d7bb2d9123e10d558cdc3eebae6254c8 /libc/bcc
parente62b35169cdcd13632ae353b1e5ffde7dec44201 (diff)
downloaddev86-3d4957c86ff239b24b43933924ec72a3fd288518.tar.gz
Import Dev86src-0.14.8.tar.gzv0.14.8
Diffstat (limited to 'libc/bcc')
-rw-r--r--libc/bcc/__ldivmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/bcc/__ldivmod.c b/libc/bcc/__ldivmod.c
index 359c692..dbde4b8 100644
--- a/libc/bcc/__ldivmod.c
+++ b/libc/bcc/__ldivmod.c
@@ -21,7 +21,7 @@
! let dividend = a, divisor = b, quotient = q, remainder = r
-! a = b * q + r mod 2^32
+! a = b * q + r mod 2**32
! where:
! if b = 0, q = 0 and r = a