diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-19 09:02:32 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-19 11:09:26 +0300 |
commit | 6e7cec47f037ee7fd1fc8effb83d0c3654b299e5 (patch) | |
tree | 06d1cfb6cb24c0f22d4d45ff3c1be2d85d0382b0 /tools | |
parent | 41d6003e87b580dc435a423863f92b7c0c20647e (diff) |
Presumably "call clock" should be "wall clock"
Change-Id: I7bcdfccc17de7057cc47720bd6ce78345f2d6d7c
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/time.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |