[Ada] Minor style fix (no dot on single line comment)
authorPascal Obry <obry@adacore.com>
Wed, 17 Nov 2021 16:20:11 +0000 (17:20 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Thu, 2 Dec 2021 16:26:17 +0000 (16:26 +0000)
gcc/ada/

* libgnat/g-socket.ads: Minor style fix.

gcc/ada/libgnat/g-socket.ads

index 4372f3e..5254bb0 100644 (file)
@@ -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;