diff options
author | Alan Modra <amodra@gmail.com> | 2012-09-11 00:03:43 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-09-11 00:03:43 +0000 |
commit | dfd4e82a80dd8217b93fee87d379e7c4aa04126b (patch) | |
tree | cc3a07e84bf521629797aabf9afe529d2ecd99e9 /gprof/fsf_callg_bl.m | |
parent | fbc8ccad52d39c1f8248c4128a924ae40568b007 (diff) | |
download | ppe42-binutils-dfd4e82a80dd8217b93fee87d379e7c4aa04126b.tar.gz ppe42-binutils-dfd4e82a80dd8217b93fee87d379e7c4aa04126b.zip |
PR gprof/13836
* fsf_callg_bl.m: Fix typo.
Diffstat (limited to 'gprof/fsf_callg_bl.m')
-rw-r--r-- | gprof/fsf_callg_bl.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/fsf_callg_bl.m b/gprof/fsf_callg_bl.m index 7e16821ede..a81e90a50d 100644 --- a/gprof/fsf_callg_bl.m +++ b/gprof/fsf_callg_bl.m @@ -10,7 +10,7 @@ index A unique number given to each element of the table. Index numbers are sorted numerically. The index number is printed next to every function name so - it is easier to look up where the function in the table. + it is easier to look up where the function is in the table. % time This is the percentage of the `total' time that was spent in this function and its children. Note that due to |