summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-19 09:02:32 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-19 11:09:26 +0300
commit6e7cec47f037ee7fd1fc8effb83d0c3654b299e5 (patch)
tree06d1cfb6cb24c0f22d4d45ff3c1be2d85d0382b0 /tools
parentMake the use of SAL_LOG=+WARN+INFO optional (diff)
downloadcore-6e7cec47f037ee7fd1fc8effb83d0c3654b299e5.tar.gz
core-6e7cec47f037ee7fd1fc8effb83d0c3654b299e5.zip
Presumably "call clock" should be "wall clock"
Change-Id: I7bcdfccc17de7057cc47720bd6ce78345f2d6d7c
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/time.hxx2
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.
*/