From 729356e0b1790008d99f1df6192a447606ab76c6 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Tue, 23 Apr 2024 21:12:46 +0800 Subject: [PATCH] cleanup: fix typo in comment Signed-off-by: Berthold Stoeger --- core/metadata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/metadata.cpp b/core/metadata.cpp index 2596276c6..dacfc9b1d 100644 --- a/core/metadata.cpp +++ b/core/metadata.cpp @@ -135,7 +135,7 @@ static bool parseMP4(QFile &f, metadata *metadata) std::vector atom_stack; atom_stack.reserve(10); - // For the outmost level, set the atom-size the the maximum value representable in + // For the outmost level, set the atom-size to the maximum value representable in // 64-bits, which effectively means parse to the end of file. atom_stack.push_back(UINT64_MAX);