diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-01-16 01:44:06 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-01-16 01:44:06 +0000 |
commit | e0a21ab90e2c3f7ceccac31326cb8658c88f41a2 (patch) | |
tree | d58fdf09d1370218eea249b7c56ec53f8e773a0e /gcc/collect2.c | |
parent | f57fc998eeab27e8292de128b37c94ffa37d8409 (diff) | |
download | gcc-e0a21ab90e2c3f7ceccac31326cb8658c88f41a2.zip gcc-e0a21ab90e2c3f7ceccac31326cb8658c88f41a2.tar.gz gcc-e0a21ab90e2c3f7ceccac31326cb8658c88f41a2.tar.bz2 |
c-common.h: Fix comment formatting.
* c-common.h: Fix comment formatting.
* c-cppbuiltin.c: Likewise.
* c-pragma.c: Likewise.
* calls.c: Likewise.
* collect2.c: Likewise.
* cppcharset.c: Likewise.
* cpptrad.c: Likewise.
* dbxout.c: Likewise.
* defaults.h: Likewise.
* dwarf2out.c: Likewise.
* fold-const.c: Likewise.
* genautomata.c: Likewise.
* genconditions.c: Likewise.
* genflags.c: Likewise.
* gengtype.c: Likewise.
* integrate.c: Likewise.
* loop.c: Likewise.
* predict.c: Likewise.
* sdbout.c: Likewise.
From-SVN: r75957
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r-- | gcc/collect2.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c index a249e4c..1185868 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -2402,7 +2402,7 @@ scan_libraries (const char *prog_name) if (debug) fprintf (stderr, "\n"); - /* now iterate through the library list adding their symbols to + /* Now iterate through the library list adding their symbols to the list. */ for (list = libraries.first; list; list = list->next) scan_prog_file (list->name, PASS_LIB); @@ -2538,7 +2538,7 @@ scan_libraries (const char *prog_name) signal (SIGQUIT, quit_handler); #endif - /* now iterate through the library list adding their symbols to + /* Now iterate through the library list adding their symbols to the list. */ for (list = libraries.first; list; list = list->next) scan_prog_file (list->name, PASS_LIB); @@ -2705,7 +2705,7 @@ scan_prog_file (const char *prog_name, enum pass which_pass) char *name; if ((name = ldgetname (ldptr, &symbol)) == NULL) - continue; /* should never happen */ + continue; /* Should never happen. */ #ifdef XCOFF_DEBUGGING_INFO /* All AIX function names have a duplicate entry |