aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-08-19 21:04:38 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-08-19 21:04:38 +0000
commit59e4e217ae04230110961dfa6e0d7905189e7edc (patch)
tree65a1b182fb86bfce6ef7b7223a461de628f18346 /gcc/opts.c
parent1ee93c1b047f574e69996666ff3f740ac56705e4 (diff)
downloadgcc-59e4e217ae04230110961dfa6e0d7905189e7edc.zip
gcc-59e4e217ae04230110961dfa6e0d7905189e7edc.tar.gz
gcc-59e4e217ae04230110961dfa6e0d7905189e7edc.tar.bz2
c-common.c: Fix comment formatting.
* c-common.c: Fix comment formatting. * c-common.h: Likewise. * c-decl.c: Likewise. * cppinit.c: Likewise. * cpplib.h: Likewise. * emit-rtl.c: Likewise. * input.h: Likewise. * line-map.h: Likewise. * opts.c: Likewise. * opts.h: Likewise. * simplify-rtx.c: Likewise. From-SVN: r70577
Diffstat (limited to 'gcc/opts.c')
-rw-r--r--gcc/opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/opts.c b/gcc/opts.c
index c9f8c6a..24741da 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -148,7 +148,7 @@ static unsigned int columns = 80;
/* What to print when a switch has no documentation. */
static const char undocumented_msg[] = N_("This switch lacks documentation");
-/* Input file names. */
+/* Input file names. */
const char **in_fnames;
unsigned num_in_fnames;