summaryrefslogtreecommitdiff
path: root/usr.bin/gprof/gprof.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/gprof/gprof.1')
-rw-r--r--usr.bin/gprof/gprof.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1
index bc7edd0f3b3..cfbb8d6e3dd 100644
--- a/usr.bin/gprof/gprof.1
+++ b/usr.bin/gprof/gprof.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gprof.1,v 1.3 1996/06/26 05:33:50 deraadt Exp $
+.\" $OpenBSD: gprof.1,v 1.4 1996/10/15 23:55:56 deraadt Exp $
.\" $NetBSD: gprof.1,v 1.6 1995/11/21 22:24:55 jtc Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
@@ -94,8 +94,8 @@ Second, a flat profile is given,
similar to that provided by
.Xr prof 1 .
This listing gives the total execution times, the call counts,
-the time in milleseconds the call spent in the routine itself, and
-the time in milleseconds the call spent in the routine itself including
+the time in milliseconds the call spent in the routine itself, and
+the time in milliseconds the call spent in the routine itself including
its descendents.
.Pp
Finally, an index of the function names is provided.