From 026c3cfd5e92e7f358290921984b57e1b433e658 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Mon, 13 Jul 2015 04:46:34 +0000 Subject: Fix double word typos. From-SVN: r225726 --- gcc/objc/ChangeLog | 4 ++++ gcc/objc/objc-map.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc/objc') diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index 824877b..62590fb 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,3 +1,7 @@ +2015-07-12 Aldy Hernandez + + * objc-map.h: Fix double word typos. + 2015-07-07 Andrew MacLeod * objc-act.c: Adjust includes. diff --git a/gcc/objc/objc-map.h b/gcc/objc/objc-map.h index 88c97c4..76972a5 100644 --- a/gcc/objc/objc-map.h +++ b/gcc/objc/objc-map.h @@ -73,7 +73,7 @@ struct GTY(()) objc_map_private { /* These are the keys. */ tree * GTY ((length ("%h.number_of_slots"))) slots; - /* These are the values. values[i] is the the value corresponding + /* These are the values. values[i] is the value corresponding to slots[i]. */ tree * GTY ((length ("%h.number_of_slots"))) values; }; -- cgit v1.1