Fix typo.

This commit is contained in:
Andreas Schwab 1999-06-14 01:36:32 +00:00
parent c89746f691
commit a53f781e57
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Jun 14 10:35:28 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* gprof.texi: Fix typo.
1999-06-13 Ian Lance Taylor <ian@zembu.com>
From Bob Byrnes <byrnes@curl.com>:

View File

@ -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}.