Commit f7259dd4 by Gary Dismukes Committed by Arnaud Charlet

exp_ch9.adb: Minor reformatting and typo fixes.

2015-11-13  Gary Dismukes  <dismukes@adacore.com>

	* exp_ch9.adb: Minor reformatting and typo fixes.

From-SVN: r230308
parent 90c7899a
2015-11-13 Gary Dismukes <dismukes@adacore.com>
* exp_ch9.adb: Minor reformatting and typo fixes.
2015-11-13 Eric Botcazou <ebotcazou@adacore.com> 2015-11-13 Eric Botcazou <ebotcazou@adacore.com>
* init.c [Darwin/arm64]: Move __gnat_sigtramp implementation to... * init.c [Darwin/arm64]: Move __gnat_sigtramp implementation to...
......
...@@ -6307,11 +6307,11 @@ package body Exp_Ch9 is ...@@ -6307,11 +6307,11 @@ package body Exp_Ch9 is
-- If so, barrier may not be properly synchronized. -- If so, barrier may not be properly synchronized.
function Is_Pure_Barrier (N : Node_Id) return Traverse_Result; function Is_Pure_Barrier (N : Node_Id) return Traverse_Result;
-- Check whether N follow the Pure_Barriers restriction. Return OK if -- Check whether N follows the Pure_Barriers restriction. Return OK if
-- so. -- so.
function Is_Simple_Barrier_Name (N : Node_Id) return Boolean; function Is_Simple_Barrier_Name (N : Node_Id) return Boolean;
-- Check wether entity name N denotes a component of the protected -- Check whether entity name N denotes a component of the protected
-- object. This is used to check the Simple_Barrier restriction. -- object. This is used to check the Simple_Barrier restriction.
---------------------- ----------------------
...@@ -6375,7 +6375,7 @@ package body Exp_Ch9 is ...@@ -6375,7 +6375,7 @@ package body Exp_Ch9 is
return Scope (Entity (N)) = Current_Scope; return Scope (Entity (N)) = Current_Scope;
-- Check for case of _object.all.field (note that the explicit -- Check for case of _object.all.field (note that the explicit
-- dereference gets inserted by analyze/expand of _object.field) -- dereference gets inserted by analyze/expand of _object.field).
else else
Renamed := Renamed_Object (Entity (N)); Renamed := Renamed_Object (Entity (N));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment