aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnarl
diff options
context:
space:
mode:
authorGary Dismukes <dismukes@adacore.com>2021-06-14 15:37:49 -0400
committerPierre-Marie de Rodat <derodat@adacore.com>2021-07-09 12:35:31 +0000
commit79b87fcf29cd100f15ae68bd74bf94830bf41564 (patch)
tree8a003880dd4cb31076efc93d5a08ea7c8c9bd4a8 /gcc/ada/libgnarl
parente4de29f4677e81e71c60eb2b9f247eaa12ea1353 (diff)
downloadgcc-79b87fcf29cd100f15ae68bd74bf94830bf41564.zip
gcc-79b87fcf29cd100f15ae68bd74bf94830bf41564.tar.gz
gcc-79b87fcf29cd100f15ae68bd74bf94830bf41564.tar.bz2
[Ada] Typo corrections and minor reformatting
gcc/ada/ * libgnarl/s-osinte__vxworks.ads: Fix typo ("release" => "releases") plus comment reformatting. * libgnat/s-os_lib.ads: In a comment, fix typo ("indended" => "intended"), add a hyphen and semicolon, plus reformatting. In comment for subtype time_t, fix typo ("effect" => "affect"), add hyphens, plus reformatting. * libgnat/s-parame.ads, libgnat/s-parame__ae653.ads, libgnat/s-parame__hpux.ads: Remove period from one-line comment.
Diffstat (limited to 'gcc/ada/libgnarl')
-rw-r--r--gcc/ada/libgnarl/s-osinte__vxworks.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/libgnarl/s-osinte__vxworks.ads b/gcc/ada/libgnarl/s-osinte__vxworks.ads
index 8b9c5bf..a2d5620 100644
--- a/gcc/ada/libgnarl/s-osinte__vxworks.ads
+++ b/gcc/ada/libgnarl/s-osinte__vxworks.ads
@@ -242,9 +242,9 @@ package System.OS_Interface is
type time_t is range -2 ** (System.Parameters.time_t_bits - 1)
.. 2 ** (System.Parameters.time_t_bits - 1) - 1;
- -- Time_t here used to be unsigned to match the VxWorks header
- -- declaration. The header declaration has changed in newer release
- -- and is now signed for applications.
+ -- Time_t here used to be unsigned to match the VxWorks header declaration.
+ -- The header declaration has changed in newer releases and is now signed
+ -- for applications.
type timespec is record
ts_sec : time_t;