From: Doug Rupp Date: Tue, 29 May 2018 09:33:50 +0000 (+0000) Subject: [Ada] Refine documentation of Monotonic_Clock to reflect reality X-Git-Tag: upstream/12.2.0~31416 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eda45984f43b7cc37c792e5ee1fc4a30435d5715;p=platform%2Fupstream%2Fgcc.git [Ada] Refine documentation of Monotonic_Clock to reflect reality 2018-05-29 Doug Rupp gcc/ada/ * libgnarl/s-taprop.ads (Monotonic_Clock): Refine documentation to reflect reality. From-SVN: r260863 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 04a4822..42f433e 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2018-05-29 Doug Rupp + + * libgnarl/s-taprop.ads (Monotonic_Clock): Refine documentation to + reflect reality. + 2018-05-29 Richard Kenner * exp_ch4.adb (Expand_N_Op_Abs): Always do range check against 'First. 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);