Presumably "call clock" should be "wall clock"

Change-Id: I7bcdfccc17de7057cc47720bd6ce78345f2d6d7c
This commit is contained in:
Tor Lillqvist 2013-04-19 09:02:32 +03:00
parent 41d6003e87
commit 6e7cec47f0

View File

@ -25,7 +25,7 @@
class ResId; 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 the mixing of these concepts leads to problems such as there being
25 hours or 10 minus 20 seconds being (non-negative) 10 seconds. 25 hours or 10 minus 20 seconds being (non-negative) 10 seconds.
*/ */