summaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-16 12:14:26 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-16 12:14:26 +0000
commit01cc3b7526f036bef25d4140ef0903276a67aa9a (patch)
treebf405c4941b111c08c0642d3410b2970aca3b162 /gcc/c-parse.in
parent6a63b8ac07f1b0e513c0b549c074e71c63041c1a (diff)
downloadgcc-01cc3b7526f036bef25d4140ef0903276a67aa9a.tar.gz
Fix typos in comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9711 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-parse.in')
-rw-r--r--gcc/c-parse.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in
index 25f50f751d3..76c9670fdb0 100644
--- a/gcc/c-parse.in
+++ b/gcc/c-parse.in
@@ -814,7 +814,7 @@ string:
;
ifobjc
-/* Produces an OBJC_STRING_CST with prehaps more OBJC_STRING_CSTs chained
+/* Produces an OBJC_STRING_CST with perhaps more OBJC_STRING_CSTs chained
onto it. */
objc_string:
OBJC_STRING
@@ -1164,7 +1164,7 @@ initelt:
| error
/* These are for labeled elements. The syntax for an array element
initializer conflicts with the syntax for an Objective-C message,
- so don't include these productions in the Objective-C grammer. */
+ so don't include these productions in the Objective-C grammar. */
ifc
| '[' expr_no_commas ELLIPSIS expr_no_commas ']' '='
{ set_init_index ($2, $4); }