diff options
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index b81ecd8e2b2..ae921d06100 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -1793,7 +1793,7 @@ pushdecl (x) } /* Record X as belonging to the global scope (C99 "file scope"). - This is used only internally by the Objective C front end, + This is used only internally by the Objective-C front end, and is limited to its needs. It will hork if there is _any_ visible binding for X (not just a global one). */ tree |