summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2016-09-01 09:44:07 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2016-09-01 09:44:07 +0000
commitcb805ad5354ebb5270d4269af6a451d2e9f6c769 (patch)
tree4d11f949b2ce39580402931fce067c53e43232b5 /bin
parentae653649f5b90527d7d2bdb0349c0736bf21a976 (diff)
simplify comment to remove reference to sparc.
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/print.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/ps/print.c b/bin/ps/print.c
index 1303f710e7f..ecbd0f38821 100644
--- a/bin/ps/print.c
+++ b/bin/ps/print.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: print.c,v 1.67 2016/04/25 19:12:07 tedu Exp $ */
+/* $OpenBSD: print.c,v 1.68 2016/09/01 09:44:06 tedu Exp $ */
/* $NetBSD: print.c,v 1.27 1995/09/29 21:58:12 cgd Exp $ */
/*-
@@ -496,9 +496,7 @@ cputime(const struct kinfo_proc *kp, VARENT *ve)
psecs = 0;
} else {
/*
- * This counts time spent handling interrupts. We could
- * fix this, but it is not 100% trivial (and interrupt
- * time fractions only work on the sparc anyway). XXX
+ * This counts time spent handling interrupts. XXX
*/
secs = kp->p_rtime_sec;
psecs = kp->p_rtime_usec;