diff options
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 != ']') { |