aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov.texi
diff options
context:
space:
mode:
authorJan van Male <jan.vanmale@fenk.wau.nl>2000-11-10 06:56:47 +0100
committerJeff Law <law@gcc.gnu.org>2000-11-09 22:56:47 -0700
commit3b7a2e5888d2692c9a22fdc1a9da13aec16c5ca3 (patch)
treece2b19e057159534f26cc78cbd1292e3689e3d22 /gcc/gcov.texi
parent59257980609435f68235bfb911ace85fa40215fa (diff)
downloadgcc-3b7a2e5888d2692c9a22fdc1a9da13aec16c5ca3.zip
gcc-3b7a2e5888d2692c9a22fdc1a9da13aec16c5ca3.tar.gz
gcc-3b7a2e5888d2692c9a22fdc1a9da13aec16c5ca3.tar.bz2
c-tree.texi: Fix typos.
2000-11-08 Jan van Male <jan.vanmale@fenk.wau.nl> * c-tree.texi: Fix typos. * extend.texi: Likewise * gcov.texi: Likewise * rtl.texi: Likewise * tm.texi: Likewise From-SVN: r37362
Diffstat (limited to 'gcc/gcov.texi')
-rw-r--r--gcc/gcov.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcov.texi b/gcc/gcov.texi
index 49de3f0..e5131ce 100644
--- a/gcc/gcov.texi
+++ b/gcc/gcov.texi
@@ -217,7 +217,7 @@ For a call, if it was executed at least once, then a percentage
indicating the number of times the call returned divided by the number
of times the call was executed will be printed. This will usually be
100%, but may be less for functions call @code{exit} or @code{longjmp},
-and thus may not return everytime they are called.
+and thus may not return every time they are called.
The execution counts are cumulative. If the example program were
executed again without removing the @code{.da} file, the count for the
@@ -336,7 +336,7 @@ The format of the @code{.da} file is fairly simple. The first 8-byte
number is the number of counts in the file, followed by the counts
(stored as 8-byte numbers). Each count corresponds to the number of
times each arc in the program is executed. The counts are cumulative;
-each time the program is executed, it attemps to combine the existing
+each time the program is executed, it attempts to combine the existing
@code{.da} files with the new counts for this invocation of the
program. It ignores the contents of any @code{.da} files whose number of
arcs doesn't correspond to the current program, and merely overwrites