From: Pascal Obry Date: Wed, 17 Nov 2021 16:20:11 +0000 (+0100) Subject: [Ada] Minor style fix (no dot on single line comment) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ef5185a1556a419e16e61a5704fbc1a65e95e56;p=test_jj.git [Ada] Minor style fix (no dot on single line comment) gcc/ada/ * libgnat/g-socket.ads: Minor style fix. --- diff --git a/gcc/ada/libgnat/g-socket.ads b/gcc/ada/libgnat/g-socket.ads index 4372f3e..5254bb0 100644 --- a/gcc/ada/libgnat/g-socket.ads +++ b/gcc/ada/libgnat/g-socket.ads @@ -1122,7 +1122,7 @@ package GNAT.Sockets is Family : Family_Type := Family_Inet; Mode : Mode_Type := Socket_Stream; Level : Level_Type := IP_Protocol_For_IP_Level); - -- Create an endpoint for communication. Raises Socket_Error on error. + -- Create an endpoint for communication. Raises Socket_Error on error procedure Create_Socket_Pair (Left : out Socket_Type;