From cc2d1399ab9ae9c46b4e9989bf872a96437b2e42 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Thu, 24 May 2007 09:04:19 +0200 Subject: [PATCH] fix small typos --- src/simulator/time.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/simulator/time.cc b/src/simulator/time.cc index f0cd23b17..016d0337a 100644 --- a/src/simulator/time.cc +++ b/src/simulator/time.cc @@ -239,7 +239,7 @@ Time FemtoSeconds (uint64_t fs) /* * The timestep value passed to this function must be of the precision - * of m_TimeStepPrecision::g_tsPrecision + * of TimeStepPrecision::g_tsPrecision */ Time TimeStep (uint64_t ts) { @@ -300,7 +300,7 @@ public: /* * Verifies that the TimeUnit class stores values with the precision - * set in the variable m_TimeStepPrecision::g_tsPrecision + * set in the variable TimeStepPrecision::g_tsPrecision * Checks that overflow and underflow occur at expected numbers */ void CheckPrecision(TimeStepPrecision::precision_t prec, uint64_t val, bool *ok,