]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Minor reformatting.
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Oct 2015 11:32:50 +0000 (11:32 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Oct 2015 11:32:50 +0000 (11:32 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229339 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/sem_attr.adb

index df4c5ceeda540f1c9cefb7bf70dff7289009897e..c7f1bf5ad1e11490761825a4f13d5cccd7929744 100644 (file)
@@ -7303,7 +7303,7 @@ package body Sem_Attr is
                   P_Entity := Etype (P);
 
                --  Otherwise the attribute must be expanded into a conversion
-               --  and evaluated at runtime.
+               --  and evaluated at run time.
 
                else
                   Check_Expressions;
@@ -8013,7 +8013,7 @@ package body Sem_Attr is
          Val : Node_Id;
 
       begin
-         --  The attribute appears in the form
+         --  The attribute appears in the form:
 
          --    Enum_Typ'Enum_Rep (Const)
          --    Enum_Typ'Enum_Rep (Enum_Lit)
@@ -8021,7 +8021,7 @@ package body Sem_Attr is
          if Present (E1) then
             Val := E1;
 
-         --  Otherwise the prefix denotes a constant or enumeration literal
+         --  Otherwise the prefix denotes a constant or enumeration literal:
 
          --    Const'Enum_Rep
          --    Enum_Lit'Enum_Rep