aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/divmoddi4.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libkern/divmoddi4.c')
-rw-r--r--sys/libkern/divmoddi4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/libkern/divmoddi4.c b/sys/libkern/divmoddi4.c
index 7c0a6a690f24..af0013532882 100644
--- a/sys/libkern/divmoddi4.c
+++ b/sys/libkern/divmoddi4.c
@@ -37,7 +37,6 @@
/*
* Divide two signed quads.
- * ??? if -1/2 should produce -1 on this machine, this code is wrong
*/
quad_t
__divmoddi4(quad_t a, quad_t b, quad_t *rem)