summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/cue_splitter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cue_splitter.c b/tests/cue_splitter.c
index 833d3ac..9b6561d 100644
--- a/tests/cue_splitter.c
+++ b/tests/cue_splitter.c
@@ -35,7 +35,7 @@ static nn_thread_result NNWT_THREADCALL worker_thread(void *userdata)
if (!info->demux->init(info->demux, &info->handle)) {
goto err;
}
- // @TOOD: Check AVFMT_NO_BYTE_SEEK.
+ // @TODO: Check AVFMT_NO_BYTE_SEEK.
struct camu_codec_stream *stream;
al_array_foreach_ptr(info->demux->streams, i, stream) {