aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMax Horn2009-03-09 16:15:25 +0000
committerMax Horn2009-03-09 16:15:25 +0000
commit77b40251ca9f22b71680888ee6dd69e027f765ba (patch)
tree2b762887de27ccd4bea4119d273cb9beee015762 /sound
parentb771aa5f0d51d9410c234f8a5c9e1915f7aa55d5 (diff)
downloadscummvm-rg350-77b40251ca9f22b71680888ee6dd69e027f765ba.tar.gz
scummvm-rg350-77b40251ca9f22b71680888ee6dd69e027f765ba.tar.bz2
scummvm-rg350-77b40251ca9f22b71680888ee6dd69e027f765ba.zip
Added some more Audio::Timestamp unit tests
svn-id: r39262
Diffstat (limited to 'sound')
-rw-r--r--sound/timestamp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/timestamp.h b/sound/timestamp.h
index 8d5eed46fc..af0cf96ff9 100644
--- a/sound/timestamp.h
+++ b/sound/timestamp.h
@@ -34,7 +34,7 @@ namespace Audio {
* Timestamps allow measuring times with a sub-millisecond granularity,
* and without rounding losses. This is achieved by measuring frames
* instead of milliseconds: Specify an initial time in milliseconds
- * plus framerate (in Hertz, so frames per second).
+ * plus framerate (in frames per second).
*/
class Timestamp {
protected: