kernel/eka/kernel/stimer.cpp
changeset 291 206a6eaaeb71
parent 286 48e57fb1237e
--- a/kernel/eka/kernel/stimer.cpp	Wed Oct 13 13:34:03 2010 +0100
+++ b/kernel/eka/kernel/stimer.cpp	Mon Oct 18 15:31:10 2010 +0100
@@ -1524,7 +1524,7 @@
 /**
 	Gets the current system time.
 
-	@return The current time as the number of microseconds since midnight, January 1st, 0 AD nominal Gregorian.
+	@return The current time as the number of microseconds since midnight, January 1st, year 0 (nominal Gregorian).
 */
 	{
 	TTimeK r = Kern::SystemTime();
@@ -1555,7 +1555,7 @@
 /**
 	Gets the current nonsecure (user-settable) system time.
 
-	@return The current time as the number of microseconds since midnight, January 1st, 0 AD nominal Gregorian.
+	@return The current time as the number of microseconds since midnight, January 1st, year 0 (nominal Gregorian).
 */
 	{
 	TTickQ& q=*K::TickQ;