aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/Timeval.h
diff options
context:
space:
mode:
Diffstat (limited to 'CommonLibs/Timeval.h')
-rw-r--r--CommonLibs/Timeval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommonLibs/Timeval.h b/CommonLibs/Timeval.h
index 0826c12..18ea4b4 100644
--- a/CommonLibs/Timeval.h
+++ b/CommonLibs/Timeval.h
@@ -84,7 +84,7 @@ class Timeval {
uint32_t usec() const { return mTimespec.tv_nsec / 1000; }
uint32_t nsec() const { return mTimespec.tv_nsec; }
- /** Return differnce from other (other-self), in ms. */
+ /** Return difference from other (other-self), in ms. */
long delta(const Timeval& other) const;
/** Elapsed time in ms. */