aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2016-03-27 10:00:54 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2016-03-27 10:00:54 +0000
commit2f3a47dbb26a6160af8f957f19506774e3935265 (patch)
treea3a67f6e7c8123c3b53fc8e5c5fea8454c9ef080
parent72e2368bb219652cb724f087efb0b95842d28080 (diff)
Fix typo
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@234496 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ada/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 9faedf15b7a..0c9b179792d 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -87,7 +87,7 @@
2016-02-17 Eric Botcazou <ebotcazou@adacore.com>
- * exp_ch4.adb (Expand_N_Indexed_Component): Active synchronization if
+ * exp_ch4.adb (Expand_N_Indexed_Component): Activate synchronization if
the prefix denotes an entity which Has_Atomic_Components.
* gcc-interface/trans.c (node_is_atomic): Return true if the prefix
denotes an entity which Has_Atomic_Components.