diff -r 7c724be8f9a6 -r 358f71a624d8 src/core/model/system-condition.h --- a/src/core/model/system-condition.h Fri May 13 14:51:51 2011 -0400 +++ b/src/core/model/system-condition.h Fri May 13 14:52:27 2011 -0400 @@ -85,7 +85,7 @@ void Broadcast (void); /** - * Wait, possibly forever, for the condition to be true. + * Wait, possibly forever, for the condition to be true. */ void Wait (void); @@ -98,7 +98,7 @@ private: - SystemConditionPrivate * m_priv; + SystemConditionPrivate * m_priv; }; } //namespace ns3