whitespace and comment fixes
Stefan Schuermans

Stefan Schuermans commited on 2014-01-03 12:39:57
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -50,7 +50,7 @@ RateLimiter::~RateLimiter()
50 50
 /// check for update of configuration
51 51
 void RateLimiter::updateConfig()
52 52
 {
53
-  // stream name or format file was modified -> re-get stream or format
53
+  // stream name or frame rate file was modified -> re-get stream or frame rate
54 54
   if (m_fileInStream.checkModified())
55 55
     m_fileInStream.update();
56 56
   if (m_fileMaxRate.checkModified())
57 57