OSDN Git Service

Fix typos in gcc/ada.
[pf3gnuchains/gcc-fork.git] / gcc / ada / a-cdlili.adb
index 5ca0435..cbac8fd 100644 (file)
@@ -1767,7 +1767,7 @@ package body Ada.Containers.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;