diff options
author | Philippe Gil <gil@adacore.com> | 2020-09-08 10:30:36 +0200 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2020-10-23 04:25:03 -0400 |
commit | 973c7b7e5460866099ba3904ae29808674604f0e (patch) | |
tree | 2d8d8b22c988e2ff9411ff5eb5d9e691bc63bb7c /gcc | |
parent | b120ca616fc820e352a19523dae34f5c53bfe859 (diff) | |
download | gcc-973c7b7e5460866099ba3904ae29808674604f0e.zip gcc-973c7b7e5460866099ba3904ae29808674604f0e.tar.gz gcc-973c7b7e5460866099ba3904ae29808674604f0e.tar.bz2 |
[Ada] GNAT.Sockets: fix comment typo
gcc/ada/
* libgnat/g-socket.ads: Fix comment typo.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/libgnat/g-socket.ads | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/libgnat/g-socket.ads b/gcc/ada/libgnat/g-socket.ads index 9167241..9e64bc8 100644 --- a/gcc/ada/libgnat/g-socket.ads +++ b/gcc/ada/libgnat/g-socket.ads @@ -449,10 +449,10 @@ package GNAT.Sockets is type Selector_Status is (Completed, Expired, Aborted); -- Completion status of a selector operation, indicated as follows: - -- Complete: one of the expected events occurred - -- Expired: no event occurred before the expiration of the timeout - -- Aborted: an external action cancelled the wait operation before - -- any event occurred. + -- Completed: one of the expected events occurred + -- Expired: no event occurred before the expiration of the timeout + -- Aborted: an external action cancelled the wait operation before + -- any event occurred. Socket_Error : exception; -- There is only one exception in this package to deal with an error during |