diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/timestamp.h | 2 |
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: |