public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5718] [Ada] Minor style fix (no dot on single line comment)
@ 2021-12-02 16:27 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-12-02 16:27 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0ef5185a1556a419e16e61a5704fbc1a65e95e56

commit r12-5718-g0ef5185a1556a419e16e61a5704fbc1a65e95e56
Author: Pascal Obry <obry@adacore.com>
Date:   Wed Nov 17 17:20:11 2021 +0100

    [Ada] Minor style fix (no dot on single line comment)
    
    gcc/ada/
    
            * libgnat/g-socket.ads: Minor style fix.

Diff:
---
 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 4372f3eace7..5254bb09807 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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-02 16:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-02 16:27 [gcc r12-5718] [Ada] Minor style fix (no dot on single line comment) Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).