diff options
author | Gary Dismukes <dismukes@adacore.com> | 2021-06-14 15:37:49 -0400 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2021-07-09 12:35:31 +0000 |
commit | 79b87fcf29cd100f15ae68bd74bf94830bf41564 (patch) | |
tree | 8a003880dd4cb31076efc93d5a08ea7c8c9bd4a8 /gcc/ada/libgnarl | |
parent | e4de29f4677e81e71c60eb2b9f247eaa12ea1353 (diff) | |
download | gcc-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.ads | 6 |
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; |