diff options
author | Pascal Obry <obry@adacore.com> | 2021-11-17 17:20:11 +0100 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2021-12-02 16:26:17 +0000 |
commit | 0ef5185a1556a419e16e61a5704fbc1a65e95e56 (patch) | |
tree | 8c5e1b5c0cde8eb1da581393a98dee14e6ba89e2 | |
parent | 7d02c8bf75980fa2468f4167a82dd3a619e35cb4 (diff) | |
download | gcc-0ef5185a1556a419e16e61a5704fbc1a65e95e56.zip gcc-0ef5185a1556a419e16e61a5704fbc1a65e95e56.tar.gz gcc-0ef5185a1556a419e16e61a5704fbc1a65e95e56.tar.bz2 |
[Ada] Minor style fix (no dot on single line comment)
gcc/ada/
* libgnat/g-socket.ads: Minor style fix.
-rw-r--r-- | gcc/ada/libgnat/g-socket.ads | 2 |
1 files changed, 1 insertions, 1 deletions
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; |