diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-27 07:09:43 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-27 07:09:43 +0000 |
commit | aab2cf92f98dc58ac1bffb472b685b9b73f71529 (patch) | |
tree | f41f4b240dc12ae9461209e19a5a72a2a6dc5e0d /gcc/read-rtl.c | |
parent | 93efbc0929b38b3f66213e1b2d92fc1f8365c6ed (diff) | |
download | linaro-gcc-aab2cf92f98dc58ac1bffb472b685b9b73f71529.tar.gz linaro-gcc-aab2cf92f98dc58ac1bffb472b685b9b73f71529.tar.bz2 linaro-gcc-aab2cf92f98dc58ac1bffb472b685b9b73f71529.zip |
* c-decl.c, c-ppoutput.c, combine.c, cppfiles.c, dwarf2out.c,
expr.c, fold-const.c, gcc.c, haifa-sched.c, loop-iv.c,
params.def, read-rtl.c, rtl.c, rtlanal.c, toplev.c: Fix
comment typos and formatting. Follow spelling conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78555 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/read-rtl.c')
-rw-r--r-- | gcc/read-rtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/read-rtl.c b/gcc/read-rtl.c index 629390997c2..377eb7e051e 100644 --- a/gcc/read-rtl.c +++ b/gcc/read-rtl.c @@ -630,7 +630,7 @@ again: if (c != '[') fatal_expected_char (infile, '[', c); - /* add expressions to a list, while keeping a count */ + /* Add expressions to a list, while keeping a count. */ obstack_init (&vector_stack); while ((c = read_skip_spaces (infile)) && c != ']') { |