[Ada] Minor editorial fixes
authorGary Dismukes <dismukes@adacore.com>
Fri, 17 Jan 2020 22:50:13 +0000 (17:50 -0500)
committerPierre-Marie de Rodat <derodat@adacore.com>
Thu, 4 Jun 2020 09:10:55 +0000 (05:10 -0400)
2020-06-04  Gary Dismukes  <dismukes@adacore.com>

gcc/ada/

* sem_ch12.adb: Minor editorial fixes.

gcc/ada/sem_ch12.adb

index 32a6333b49665cde5eb849e7919e25c5b5fda2b4..bb49e8388b5e2efee4b2c6f59e8bf842626699a6 100644 (file)
@@ -7845,8 +7845,8 @@ package body Sem_Ch12 is
                      --  Adding e.g. a dummy variable of type Pt in the body is
                      --  sufficient to make everything work, so we generate an
                      --  artificial reference to Pt on the fly and thus force
-                     --  the switcthing of views on the ground that, if the
-                     --  comparison was accepted during the semantics analysis
+                     --  the switching of views on the grounds that, if the
+                     --  comparison was accepted during the semantic analysis
                      --  of the generic, this means that the component cannot
                      --  have been private (see Sem_Type.Valid_Comparison_Arg).