diff options
author | dd <dd@FreeBSD.org> | 2001-04-15 19:53:47 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-04-15 19:53:47 +0000 |
commit | 02c02ffeef661fbbb9fdcbd1f988dce4d593c4f1 (patch) | |
tree | 70706fffa3a53c0db867d63a166c1c3c23b42ed9 /usr.bin/gprof | |
parent | 05eff787d1b6ad021837ec2d0b1f926ad841df26 (diff) | |
download | FreeBSD-src-02c02ffeef661fbbb9fdcbd1f988dce4d593c4f1.zip FreeBSD-src-02c02ffeef661fbbb9fdcbd1f988dce4d593c4f1.tar.gz |
Grammar police: "its", not "it's", is the possessive form of "it".
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r-- | usr.bin/gprof/gprof.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1 index 2537fc7..614cf14 100644 --- a/usr.bin/gprof/gprof.1 +++ b/usr.bin/gprof/gprof.1 @@ -61,7 +61,7 @@ that are compiled for profiling. .Nm Gprof reads the given object file (the default is .Pa a.out) -and establishes the relation between it's symbol table +and establishes the relation between its symbol table and the call graph profile. The default graph profile file name is the name of the executable with the suffix |