diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-10-05 19:50:56 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-10-05 19:50:56 +0000 |
commit | 2067c116a461065421179358eb97a4ca83d98009 (patch) | |
tree | 181b15e6aed883a9959772d5ec222d6c365758bb /gcc/gcov-io.h | |
parent | 3c2a7a6a2639845787d3b68b7eceb82bb17bc54d (diff) | |
download | gcc-2067c116a461065421179358eb97a4ca83d98009.tar.gz |
c-pretty-print.c: Fix comment typos.
* c-pretty-print.c: Fix comment typos.
* c-pretty-print.h: Likewise.
* calls.c: Likewise.
* cfgloopmanip.c: Likewise.
* cgraphunit.c: Likewise.
* cppfiles.c: Likewise.
* final.c: Likewise.
* function.c: Likewise.
* gcov-io.h: Likewise.
* gcse.c: Likewise.
* genoutput.c: Likewise.
* loop.c: Likewise.
* postreload.c: Likewise.
* reg-stack.c: Likewise.
* regmove.c: Likewise.
* sched-int.h: Likewise.
* sched-rgn.c: Likewise.
* simplify-rtx.c: Likewise.
* tree-inline.c: Likewise.
* config/m68hc11/m68hc11.h: Likewise.
* config/mmix/mmix.c: Likewise.
* config/mn10300/mn10300.md: Likewise.
* config/sh/sh.h: Likewise.
From-SVN: r72118
Diffstat (limited to 'gcc/gcov-io.h')
-rw-r--r-- | gcc/gcov-io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h index 59b202bc0a4..e1506baca07 100644 --- a/gcc/gcov-io.h +++ b/gcc/gcov-io.h @@ -148,7 +148,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA program. The checksum is used for whole program summaries, and disambiguates different programs which include the same instrumented object file. There may be several program summaries, - each with a unique checksum. The object summary's checkum is zero. + each with a unique checksum. The object summary's checksum is zero. Note that the data file might contain information from several runs concatenated, or the data might be merged. |