From 96de5110f39852cb995501e638af627502e2c90d Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 13:54:16 -0500 Subject: [PATCH] Remove unnecessary language. --- src/kvilib/system/kvi_time.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kvilib/system/kvi_time.cpp b/src/kvilib/system/kvi_time.cpp index a61b3e7..b5ccbf3 100644 --- a/src/kvilib/system/kvi_time.cpp +++ b/src/kvilib/system/kvi_time.cpp @@ -51,7 +51,7 @@ SYSTEMTIME st; GetSystemTime(&st); - // this is simply fucked up.. + // this is simply messed up.. // to minimize the possibility of wrapping we use also the day field. // we actually give something that is near the number of seconds from the beginning // of the current month...