aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/divdi3.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libkern/divdi3.c')
-rw-r--r--sys/libkern/divdi3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/libkern/divdi3.c b/sys/libkern/divdi3.c
index 11c34ed72fa0..8e04a81abdba 100644
--- a/sys/libkern/divdi3.c
+++ b/sys/libkern/divdi3.c
@@ -40,7 +40,6 @@ __FBSDID("$FreeBSD$");
/*
* Divide two signed quads.
- * ??? if -1/2 should produce -1 on this machine, this code is wrong
*/
quad_t
__divdi3(quad_t a, quad_t b)