[Ada] Refine documentation of Monotonic_Clock to reflect reality
authorDoug Rupp <rupp@adacore.com>
Tue, 29 May 2018 09:33:50 +0000 (09:33 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Tue, 29 May 2018 09:33:50 +0000 (09:33 +0000)
2018-05-29  Doug Rupp  <rupp@adacore.com>

gcc/ada/

* libgnarl/s-taprop.ads (Monotonic_Clock): Refine documentation to
reflect reality.

From-SVN: r260863

gcc/ada/ChangeLog
gcc/ada/libgnarl/s-taprop.ads

index 04a4822..42f433e 100644 (file)
@@ -1,3 +1,8 @@
+2018-05-29  Doug Rupp  <rupp@adacore.com>
+
+       * libgnarl/s-taprop.ads (Monotonic_Clock): Refine documentation to
+       reflect reality.
+
 2018-05-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
        * exp_ch4.adb (Expand_N_Op_Abs): Always do range check against 'First.
index 942a9f4..3abfd25 100644 (file)
@@ -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);