From 5283350bf46f4cec3de30e4fc9b215d88d020d98 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 8 Feb 2016 16:58:32 -0500 Subject: [PATCH] Update clock offset comment Signed-off-by: Mathieu Desnoyers --- lttng-events.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lttng-events.c b/lttng-events.c index e1364dd5..1e988ebe 100644 --- a/lttng-events.c +++ b/lttng-events.c @@ -2023,8 +2023,8 @@ int _lttng_event_header_declare(struct lttng_session *session) * taken at start of trace. * Yes, this is only an approximation. Yes, we can (and will) do better * in future versions. - * Return 0 if offset is negative. It may happen if the system sets - * the REALTIME clock to 0 after boot. + * This function may return a negative offset. It may happen if the + * system sets the REALTIME clock to 0 after boot. */ static int64_t measure_clock_offset(void) -- 2.34.1