From 242b6c0faa6e521244c6e66745403522c3b707a9 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Mon, 10 Jun 2013 23:53:23 +0200 Subject: taia: minor: add comment about window Add a small comment about the 700ms. Signed-off-by: Daniel Borkmann --- taia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taia.c b/taia.c index 4d02dd9..34d5347 100644 --- a/taia.c +++ b/taia.c @@ -4,7 +4,7 @@ static const struct taia tolerance_taia = { .sec.x = 0, - .nano = 700000000ULL, + .nano = 700000000ULL, /* 700ms acceptance window */ .atto = 0, }; -- cgit v1.2.3-54-g00ecf