From 0ef5185a1556a419e16e61a5704fbc1a65e95e56 Mon Sep 17 00:00:00 2001 From: Pascal Obry Date: Wed, 17 Nov 2021 17:20:11 +0100 Subject: [PATCH] [Ada] Minor style fix (no dot on single line comment) gcc/ada/ * libgnat/g-socket.ads: Minor style fix. --- gcc/ada/libgnat/g-socket.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4