From 37eec44dfe343948aa6fa497135547deb4b70af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 8 Nov 2022 12:27:17 +0100 Subject: [PATCH] TgaImporter: fix a copypaste error in a test comment. --- src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp b/src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp index 23d647896..a6e08ec6f 100644 --- a/src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp +++ b/src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp @@ -576,7 +576,7 @@ void TgaImporterTest::fileTooLong() { } void TgaImporterTest::openMemory() { - /* same as dxt1() except that it uses openData() & openMemory() to test + /* same as color24() except that it uses openData() & openMemory() to test data copying on import */ auto&& data = OpenMemoryData[testCaseInstanceId()];