From 6e7cec47f037ee7fd1fc8effb83d0c3654b299e5 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 19 Apr 2013 09:02:32 +0300 Subject: [PATCH] Presumably "call clock" should be "wall clock" Change-Id: I7bcdfccc17de7057cc47720bd6ce78345f2d6d7c --- tools/inc/tools/time.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/inc/tools/time.hxx b/tools/inc/tools/time.hxx index ce6eb42ebe88..1c3dc6113de5 100644 --- a/tools/inc/tools/time.hxx +++ b/tools/inc/tools/time.hxx @@ -25,7 +25,7 @@ class ResId; /** - @WARNING: This class can serve both as call clock time and time duration, and + @WARNING: This class can serve both as wall clock time and time duration, and the mixing of these concepts leads to problems such as there being 25 hours or 10 minus 20 seconds being (non-negative) 10 seconds. */