diff options
Diffstat (limited to 'gcc/symtab.c')
-rw-r--r-- | gcc/symtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/symtab.c b/gcc/symtab.c index d06ab72..8712097 100644 --- a/gcc/symtab.c +++ b/gcc/symtab.c @@ -1029,7 +1029,7 @@ symtab_node::verify_base (void) } if (analyzed && !definition) { - error ("node is analyzed byt it is not a definition"); + error ("node is analyzed but it is not a definition"); error_found = true; } if (cpp_implicit_alias && !alias) |