diff options
Diffstat (limited to 'src/kvilib')
-rw-r--r-- | src/kvilib/system/kvi_time.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvilib/system/kvi_time.cpp b/src/kvilib/system/kvi_time.cpp index a61b3e76..b5ccbf3f 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... |