Commit 8cd04688 authored by Stefan Westerfeld's avatar Stefan Westerfeld

Fix comment typo.

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent ab090e75
......@@ -219,8 +219,8 @@ linear_decode (vector<vector<complex<float>>>& fft_out, int n_channels)
* In this example a clip (CLIP) is generated from an original file (ORIG). By
* zero padding we get a file that contains the clip (ZEROPAD). Finally we are
* able to match an AB block to the zeropadded file (MATCH). This gives us an
* index in the zeropadded file that can be used for decoding the
* available.data.
* index in the zeropadded file that can be used for decoding the available
* data.
*/
class SyncFinder
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment