[multiple changes]
[gcc.git] / gcc / ada / sem_type.adb
index 8c2eeeef65b492d8e6f09f3b59407c16ebe582f1..067a2d4f853b2cea6f0711a4ba868b80ce88d513 100644 (file)
@@ -1988,11 +1988,11 @@ package body Sem_Type is
       --  Otherwise, the predefined operator has precedence, or if the user-
       --  defined operation is directly visible we have a true ambiguity.
 
-      --  If this is a fixed-point multiplication and division in Ada83 mode,
+      --  If this is a fixed-point multiplication and division in Ada 83 mode,
       --  exclude the universal_fixed operator, which often causes ambiguities
       --  in legacy code.
 
-      --  Ditto in Ada2012, where an ambiguity may arise for an operation on
+      --  Ditto in Ada 2012, where an ambiguity may arise for an operation on
       --  a partial view that is completed with a fixed point type. See
       --  AI05-0020 and AI05-0209. The ambiguity is resolved in favor of the
       --  user-defined subprogram so that a client of the package has the