From 77b40251ca9f22b71680888ee6dd69e027f765ba Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 9 Mar 2009 16:15:25 +0000 Subject: Added some more Audio::Timestamp unit tests svn-id: r39262 --- sound/timestamp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound') 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: -- cgit v1.2.3