aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2005-12-06 14:13:39 +0000
committerNate Lawson <njl@FreeBSD.org>2005-12-06 14:13:39 +0000
commitc578cf5e863a28a692975f9376f8f0fdf7c816d5 (patch)
tree080d4058f3790fb59ae185e6ad795ffe4ae77dd8 /usr.bin
parent7b2d0a3eeefa9091f387cbf9701979e5ca5c7400 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ktrdump/ktrdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ktrdump/ktrdump.c b/usr.bin/ktrdump/ktrdump.c
index 33b846ede1d4..083370cd3fbe 100644
--- a/usr.bin/ktrdump/ktrdump.c
+++ b/usr.bin/ktrdump/ktrdump.c
@@ -253,7 +253,7 @@ main(int ac, char **av)
if (rflag) {
if (tlast == -1)
tlast = tnow;
- fprintf(out, "%16ju ", tlast - tnow);
+ fprintf(out, "%16ju ", tnow - tlast);
tlast = tnow;
} else
fprintf(out, "%16ju ", tnow);