From 845e947bcb1ee99afbea5e95314c3b325e15b0ab Mon Sep 17 00:00:00 2001 From: Richard Cochran Date: Thu, 30 Aug 2012 17:19:48 +0200 Subject: [PATCH] Correct a comment about the frequency ratio estimation. Signed-off-by: Richard Cochran --- clock.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clock.c b/clock.c index 28e9e52..84719e7 100644 --- a/clock.c +++ b/clock.c @@ -173,7 +173,8 @@ static enum servo_state clock_no_adjust(struct clock *c) enum servo_state state = SERVO_UNLOCKED; /* * We have clock.t1 as the origin time stamp, and clock.t2 as - * the ingress. The time at which the master sent the sync is: + * the ingress. According to the master's clock, the time at + * which the sync arrived is: * * origin = origin_ts + path_delay + correction *