summaryrefslogtreecommitdiffstats
path: root/gcc/ada/a-cbdlli.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-cbdlli.adb')
-rw-r--r--gcc/ada/a-cbdlli.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-cbdlli.adb b/gcc/ada/a-cbdlli.adb
index 5ee296b49da..2dd8a5c879d 100644
--- a/gcc/ada/a-cbdlli.adb
+++ b/gcc/ada/a-cbdlli.adb
@@ -583,7 +583,7 @@ package body Ada.Containers.Bounded_Doubly_Linked_Lists is
-- logical end being manipulated). The only time we need to actually
-- initialize the nodes in the free store is if the node that becomes
-- inactive is not at the end of the list. The free store would then
- -- be discontigous and so its nodes would need to be linked in the
+ -- be discontiguous and so its nodes would need to be linked in the
-- traditional way.
--
-- ???
@@ -1936,7 +1936,7 @@ package body Ada.Containers.Bounded_Doubly_Linked_Lists is
return False;
end if;
- if Position.Node = L.First then -- eliminates ealier disjunct
+ if Position.Node = L.First then -- eliminates earlier disjunct
return True;
end if;
OpenPOWER on IntegriCloud