summaryrefslogtreecommitdiff
path: root/gprof/gprof.texi
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>1999-06-14 01:36:32 +0000
committerAndreas Schwab <schwab@linux-m68k.org>1999-06-14 01:36:32 +0000
commit26fcd312a4790a08e06fdd8b977411c1d02fe18f (patch)
tree734059c3b20cf32b0ec7993e375692c814a549db /gprof/gprof.texi
parent735347489a508353c26f0efb30f1c277a4dd935e (diff)
downloadbinutils-redhat-26fcd312a4790a08e06fdd8b977411c1d02fe18f.tar.gz
Fix typo.
Diffstat (limited to 'gprof/gprof.texi')
-rw-r--r--gprof/gprof.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/gprof.texi b/gprof/gprof.texi
index 43d8b9fc45..b4606b42f4 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}.