From 7fad3a42f02b345ca2cf750e2254e7cb41ebd6f0 Mon Sep 17 00:00:00 2001 From: ivanpanch Date: Sat, 9 Aug 2025 20:44:05 +0200 Subject: [PATCH] Update test_msvc_simd_bug981648_main.cpp --- test/test_msvc_simd_bug981648_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_msvc_simd_bug981648_main.cpp b/test/test_msvc_simd_bug981648_main.cpp index 06a154e..ce4c23c 100644 --- a/test/test_msvc_simd_bug981648_main.cpp +++ b/test/test_msvc_simd_bug981648_main.cpp @@ -37,7 +37,7 @@ int main(void) my_obj a; a.m_uuid.data[0] = 1; - std::printf("There should be a another printf coming next.\n"); + std::printf("There should be another printf coming next.\n"); //***************************************** // The != statement in this function generates a movups and a movdqu statement.