gnat_ugn.texi: Minor reformatting.
authorGary Dismukes <dismukes@adacore.com>
Mon, 20 Oct 2014 14:34:37 +0000 (14:34 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 20 Oct 2014 14:34:37 +0000 (16:34 +0200)
2014-10-20  Gary Dismukes  <dismukes@adacore.com>

* gnat_ugn.texi: Minor reformatting.
* sem_ch3.adb: Minor reformatting.

From-SVN: r216480

gcc/ada/ChangeLog
gcc/ada/gnat_ugn.texi
gcc/ada/sem_ch3.adb

index a27cae15192a795efc9beb8809d89eaad0ca4a01..5cabad4752fc38339bb17be0f9c792b9f17493dd 100644 (file)
@@ -1,3 +1,8 @@
+2014-10-20  Gary Dismukes  <dismukes@adacore.com>
+
+       * gnat_ugn.texi: Minor reformatting.
+       * sem_ch3.adb: Minor reformatting.
+
 2014-10-20  Vincent Celier  <celier@adacore.com>
 
        * prj-attr.adb: New project level attribute Runtime.
index d38f0d799fb41c4b42fba75e50c169a3706e0042..1290bf58e477065d4496bc19c3cdeaf8096935c3 100644 (file)
@@ -8127,7 +8127,7 @@ Generate binder file suitable for CodePeer.
 
 @item -R
 @cindex @option{-R} (@command{gnatbind})
-Output closure source list, which includes all non-runtime-units that are
+Output closure source list, which includes all non-run-time units that are
 included in the bind.
 
 @item -Ra
index 9294eb81fc750ac318524e473bf998fa4ed337cd..ec4f7914c0c7b541c64aab1f316dad64a76b96ac 100644 (file)
@@ -3843,7 +3843,7 @@ package body Sem_Ch3 is
             --  the expression. Rewrite declaration as a renaming, which the
             --  back-end can handle properly. This is a rather unusual case,
             --  because most unchecked_union declarations have default values
-            --  for discriminants and are thus unconstrained.
+            --  for discriminants and are thus not indefinite.
 
             elsif Is_Unchecked_Union (T) then
                if Constant_Present (N)