diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 1999-09-23 04:12:13 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 1999-09-23 04:12:13 +0000 |
commit | ce5efa4c99adb41d3b8e4e0966f38cca93401ae9 (patch) | |
tree | 2fcfc24c82be6f1539919cceaabc8b1cfe145e99 /gnu/usr.bin/binutils/gprof | |
parent | 611e3fde18fdf3eb5935c4d652c97a088b5781b2 (diff) |
Typo fixes.
Diffstat (limited to 'gnu/usr.bin/binutils/gprof')
-rw-r--r-- | gnu/usr.bin/binutils/gprof/gprof.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/gprof/gprof.1 b/gnu/usr.bin/binutils/gprof/gprof.1 index d86a3918dc6..8ec86fb8af4 100644 --- a/gnu/usr.bin/binutils/gprof/gprof.1 +++ b/gnu/usr.bin/binutils/gprof/gprof.1 @@ -81,8 +81,8 @@ Second, a flat profile is given, similar to that provided by .BR 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. |