aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index cebf876..5832c48 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -2687,7 +2687,7 @@ execute (void)
{
/* verbose_only_flag should act as if the spec was
executed, so increment execution_count before
- returning. Theis prevent spurious warnings about
+ returning. This prevents spurious warnings about
unused linker input files, etc. */
execution_count++;
return 0;