diff options
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c index 65ee5fab0ee..62202058949 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -6019,7 +6019,7 @@ main (argc, argv) if (target_help_flag) { - /* Print if any target specific options.*/ + /* Print if any target specific options. */ /* We do not exit here. Instead we have created a fake input file called 'target-dummy' which needs to be compiled, and we pass this |