Fix typo.
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 14 Jun 1999 01:36:32 +0000 (01:36 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 14 Jun 1999 01:36:32 +0000 (01:36 +0000)
gprof/ChangeLog
gprof/gprof.texi

index a41142dcff5f6d72d27dc460556df11421935014..34f9e189bc1dc8299856a66c28668a5dfa246613 100644 (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>:
index 43d8b9fc451b6a7eade4c33952495ccf53e99865..b4606b42f4b08dedf83dfc56a47bdb9b1e785a44 100644 (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}.