diff options
author | Doug Rupp <rupp@adacore.com> | 2018-05-29 09:33:50 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2018-05-29 09:33:50 +0000 |
commit | eda45984f43b7cc37c792e5ee1fc4a30435d5715 (patch) | |
tree | 66714caf9d7501ae719753245344813d10668cac /gcc/ada/libgnarl/s-taprop.ads | |
parent | d8eb4ac4579d1af6e2aff7cbdb85a9c365680d4a (diff) | |
download | gcc-eda45984f43b7cc37c792e5ee1fc4a30435d5715.zip gcc-eda45984f43b7cc37c792e5ee1fc4a30435d5715.tar.gz gcc-eda45984f43b7cc37c792e5ee1fc4a30435d5715.tar.bz2 |
[Ada] Refine documentation of Monotonic_Clock to reflect reality
2018-05-29 Doug Rupp <rupp@adacore.com>
gcc/ada/
* libgnarl/s-taprop.ads (Monotonic_Clock): Refine documentation to
reflect reality.
From-SVN: r260863
Diffstat (limited to 'gcc/ada/libgnarl/s-taprop.ads')
-rw-r--r-- | gcc/ada/libgnarl/s-taprop.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/libgnarl/s-taprop.ads b/gcc/ada/libgnarl/s-taprop.ads index 942a9f4..3abfd25 100644 --- a/gcc/ada/libgnarl/s-taprop.ads +++ b/gcc/ada/libgnarl/s-taprop.ads @@ -340,9 +340,9 @@ package System.Task_Primitives.Operations is function Monotonic_Clock return Duration; pragma Inline (Monotonic_Clock); - -- Returns "absolute" time, represented as an offset relative to "the - -- Epoch", which is Jan 1, 1970. This clock implementation is immune to - -- the system's clock changes. + -- Returns "absolute" time, represented as an offset relative to an + -- unspecified Epoch. This clock implementation is immune to the + -- system's clock changes. function RT_Resolution return Duration; pragma Inline (RT_Resolution); |