diff options
Diffstat (limited to 'gcc/genoutput.c')
-rw-r--r-- | gcc/genoutput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genoutput.c b/gcc/genoutput.c index 74725fa57b3..6a2e0244491 100644 --- a/gcc/genoutput.c +++ b/gcc/genoutput.c @@ -1048,7 +1048,7 @@ constraint_len (const char *p, int genoutput_default_constraint_len) check that fails if the value is not the expected one... */ if (DEFAULT_CONSTRAINT_LEN (*p, p) != 1) abort (); - /* And now a comile-time check that should give a diagnostic if the + /* And now a compile-time check that should give a diagnostic if the definition doesn't exactly match. */ #define DEFAULT_CONSTRAINT_LEN(C,STR) 1 /* Now re-define DEFAULT_CONSTRAINT_LEN so that we can verify it is |