[Libreoffice-commits] core.git: tools/inc

Tor Lillqvist tml at iki.fi
Fri Apr 19 01:09:54 PDT 2013


 tools/inc/tools/time.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6e7cec47f037ee7fd1fc8effb83d0c3654b299e5
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Apr 19 09:02:32 2013 +0300

    Presumably "call clock" should be "wall clock"
    
    Change-Id: I7bcdfccc17de7057cc47720bd6ce78345f2d6d7c

diff --git a/tools/inc/tools/time.hxx b/tools/inc/tools/time.hxx
index ce6eb42..1c3dc61 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.
 */


More information about the Libreoffice-commits mailing list