summaryrefslogtreecommitdiff
path: root/ACE/ace/Time_Value.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-02-13 18:45:48 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-02-13 18:45:48 +0000
commit5cad423f2fb726f786b8879ad5ae0c3b80567120 (patch)
treec46e9f77fd7784cbfbabfddda80d431d77361e40 /ACE/ace/Time_Value.inl
parent47fe06af4c9aaaf8f6dea038f1a5f90024a1b177 (diff)
downloadATCD-5cad423f2fb726f786b8879ad5ae0c3b80567120.tar.gz
Diffstat (limited to 'ACE/ace/Time_Value.inl')
-rw-r--r--ACE/ace/Time_Value.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Time_Value.inl b/ACE/ace/Time_Value.inl
index b1945118c19..5349902fa2e 100644
--- a/ACE/ace/Time_Value.inl
+++ b/ACE/ace/Time_Value.inl
@@ -61,7 +61,7 @@ ACE_Time_Value::set (time_t sec, suseconds_t usec)
# if defined (_WIN32_WCE) && (_WIN32_WCE == 0x600) && !defined (_USE_32BIT_TIME_T) && defined (_MSC_VER)
// The WinCE 6.0 SDK ships with a timeval tv_sec member that uses long as type
// not time_t. This resolves in compilation warnings because time_t
- // can be 64bit. Disable at this momemt the warning for just this method
+ // can be 64bit. Disable at this moment the warning for just this method
// else we get a compile warnings each time this inline file is included
// this file.
# pragma warning (push)