summaryrefslogtreecommitdiffstats
path: root/src/sources/v1/legacyaudiosource.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sources/v1/legacyaudiosource.h')
-rw-r--r--src/sources/v1/legacyaudiosource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sources/v1/legacyaudiosource.h b/src/sources/v1/legacyaudiosource.h
index 9b9c94b802..80bd0ff756 100644
--- a/src/sources/v1/legacyaudiosource.h
+++ b/src/sources/v1/legacyaudiosource.h
@@ -22,7 +22,7 @@ class LegacyAudioSource {
// Fills the buffer with samples from each channel starting
// at the current frame seek position.
//
- // The implicit minimum required capacity of the sampleBuffer is
+ // The implicit minimum required capacity of the sampleBuffer is
// sampleBufferSize = frames2samples(numberOfFrames)
// Samples in the sampleBuffer are stored as consecutive sample
// frames with samples from each channel interleaved.