diff options
| -rw-r--r-- | gcc/c-parse.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in index c58402f..cead16b 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -59,7 +59,7 @@ end ifobjc /* Since parsers are distinct for each language, put the language string definition here. */ ifobjc -const char * const language_string = "GNU Obj-C"; +const char * const language_string = "GNU Objective-C"; end ifobjc ifc const char * const language_string = "GNU C"; |
