diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-22 14:09:34 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-22 14:09:34 +0000 |
commit | 6ef828f9e997f2a593360aa6ce158d9f5ae739a0 (patch) | |
tree | d2db7ebbe3f404f7fa5e30b7ecf4ac4675f5b518 /gcc/gcov.c | |
parent | 43e00fc9fcdb8cf219d4f9cf9ff1d45dbcbadeee (diff) | |
download | ppe42-gcc-6ef828f9e997f2a593360aa6ce158d9f5ae739a0.tar.gz ppe42-gcc-6ef828f9e997f2a593360aa6ce158d9f5ae739a0.zip |
* dbxout.c: Follow spelling conventions.
* defaults.h: Likewise.
* df.c: Likewise.
* diagnostic.h: Likewise.
* doloop.c: Likewise.
* dwarf2out.c: Likewise.
* dwarfout.c: Likewise.
* emit-rtl.c: Likewise.
* except.c: Likewise.
* explow.c: Likewise.
* expmed.c: Likewise.
* expr.c: Likewise.
* expr.h: Likewise.
* flags.h: Likewise.
* flow.c: Likewise.
* fold-const.c: Likewise.
* function.c: Likewise.
* function.h: Likewise.
* gcc.c: Likewise.
* gcov-io.h: Likewise.
* gcov.c: Likewise.
* gcse.c: Likewise.
* genattrtab.c: Likewise.
* genconfig.c: Likewise.
* genrecog.c: Likewise.
* ggc-page.c: Likewise.
* ggc.h: Likewise.
* global.c: Likewise.
* gthr-win32.h: Likewise.
* integrate.c: Likewise.
* jump.c: Likewise.
* langhooks.c: Likewise.
* langhooks.h: Likewise.
* line-map.h: Likewise.
* local-alloc.c: Likewise.
* longlong.h: Likewise.
* loop.c: Likewise.
* loop.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57406 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r-- | gcc/gcov.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c index 38a8293327e..2360b0a25d4 100644 --- a/gcc/gcov.c +++ b/gcc/gcov.c @@ -238,7 +238,7 @@ static int output_long_names = 0; static int output_function_summary = 0; /* Object directory file prefix. This is the directory/file - where .bb and .bbg files are looked for, if non-zero. */ + where .bb and .bbg files are looked for, if nonzero. */ static char *object_directory = 0; @@ -1055,7 +1055,7 @@ scan_for_source_files () } /* There will be a zero before the first file name, in which case s_ptr will still be uninitialized. So, only try to set the maxlineno - field if line_num is non-zero. */ + field if line_num is nonzero. */ else if (line_num > 0) { if (s_ptr->maxlineno <= line_num) |