diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 1999-06-14 01:36:32 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 1999-06-14 01:36:32 +0000 |
commit | a53f781e5784a5de4a8bad116393f37bdceedbd8 (patch) | |
tree | 8c017b2a45b7f43c8deb631f83225a798aa3adad /gprof/gprof.texi | |
parent | c89746f691d440eb3718b2c639fc7e033b986bb3 (diff) | |
download | gdb-a53f781e5784a5de4a8bad116393f37bdceedbd8.zip gdb-a53f781e5784a5de4a8bad116393f37bdceedbd8.tar.gz gdb-a53f781e5784a5de4a8bad116393f37bdceedbd8.tar.bz2 |
Fix typo.
Diffstat (limited to 'gprof/gprof.texi')
-rw-r--r-- | gprof/gprof.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/gprof.texi b/gprof/gprof.texi index 43d8b9f..b4606b4 100644 --- a/gprof/gprof.texi +++ b/gprof/gprof.texi @@ -687,7 +687,7 @@ because some of the definitions may be local (i.e., static). Unless a function name is unique in a program, you must use the colon notation explained below to specify a function from a specific source file. -Sometimes, function names contain dots. In such cases, it is necessar +Sometimes, function names contain dots. In such cases, it is necessary to add a leading colon to the name. For example, @samp{:.mul} selects function @samp{.mul}. |