summaryrefslogtreecommitdiff
path: root/usr.bin/gprof/gprof.1
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-10-15 23:55:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-10-15 23:55:57 +0000
commit7d5aae438ab3f0e6f63d3e94637c3bbccd960e05 (patch)
tree44a93e2645ab5196c5085844ef4ed8c66aed4ae9 /usr.bin/gprof/gprof.1
parenta7601af097c8d7e6e6b6b8aa7b1c55d871b527aa (diff)
spelling error; from explorer
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.