diff options
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c index b7a04f5..a86249f 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -3922,7 +3922,7 @@ debug_queue_symbol (tree decl) symbol_queue[symbol_queue_index++] = decl; } -/* Free symbol queue */ +/* Free symbol queue. */ void debug_free_queue () { |