summaryrefslogtreecommitdiff
path: root/ACE/ace/Profile_Timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Profile_Timer.h')
-rw-r--r--ACE/ace/Profile_Timer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Profile_Timer.h b/ACE/ace/Profile_Timer.h
index 1dd699a1b6a..f17551d7f72 100644
--- a/ACE/ace/Profile_Timer.h
+++ b/ACE/ace/Profile_Timer.h
@@ -101,14 +101,14 @@ private:
ACE_Profile_Timer::Rusage last_usage_;
#if defined (ACE_HAS_PRUSAGE_T)
- /// Substract two timestructs and store their difference.
+ /// Subtract two timestructs and store their difference.
void subtract (timespec_t &tdiff, timespec_t &t0, timespec_t &t1);
/// I/O handle for /proc file system.
ACE_HANDLE proc_handle_;
#elif defined (ACE_HAS_GETRUSAGE)
- /// Substract two timestructs and store their difference.
+ /// Subtract two timestructs and store their difference.
void subtract (timeval &tdiff,
timeval &t0,
timeval &t1);