[multiple changes]
[gcc.git] / gcc / ada / a-cobove.adb
index 3d46ba7cf411d08f29e9a37e4d64fd29ec1cd358..16d465d5f0ec48492f8d69e4cb3f264f4a52db06 100644 (file)
@@ -1394,8 +1394,8 @@ package body Ada.Containers.Bounded_Vectors is
 
       --  There are two constraints we need to satisfy. The first constraint is
       --  that a container cannot have more than Count_Type'Last elements, so
-      --  we must check the sum of the current length and the insertion
-      --  count. Note that we cannot simply add these values, because of the
+      --  we must check the sum of the current length and the insertion count.
+      --  Note that we cannot simply add these values, because of the
       --  possibility of overflow.
 
       if Old_Length > Count_Type'Last - Count then