From: Piotr Trojanek Date: Thu, 21 Apr 2022 19:36:15 +0000 (+0200) Subject: [Ada] Fix typo in comment for functional sets X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4609660b7739c85ee354da9c758c97f8ea2b998b;p=platform%2Fupstream%2Fgcc.git [Ada] Fix typo in comment for functional sets Minor fix in a recently added comment. gcc/ada/ * libgnat/a-cofuse.ads (Empty_Set): Fix typo in comment. --- diff --git a/gcc/ada/libgnat/a-cofuse.ads b/gcc/ada/libgnat/a-cofuse.ads index ce961aa..6cd340b 100644 --- a/gcc/ada/libgnat/a-cofuse.ads +++ b/gcc/ada/libgnat/a-cofuse.ads @@ -216,7 +216,7 @@ package Ada.Containers.Functional_Sets with SPARK_Mode is and Included_Except (Add'Result, Container, Item); function Empty_Set return Set with - -- Return an new empty set + -- Return a new empty set Global => null, Post => Is_Empty (Empty_Set'Result);