From bd9713e8e3099f9ffedeb8408060a8c0e66c4b02 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Mon, 11 Dec 2023 03:34:00 +0100 Subject: [PATCH] Fix some typos --- src/is_utf8.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/is_utf8.cpp b/src/is_utf8.cpp index 2a7fe22..7321ed4 100644 --- a/src/is_utf8.cpp +++ b/src/is_utf8.cpp @@ -2172,7 +2172,7 @@ namespace icelake {} // namespace icelake // We should not get warnings while including yet we do // under some versions of GCC. // If the x86intrin.h header has uninitialized values that are problematic, -// it is a GCC issue, we want to ignore these warnigns. +// it is a GCC issue, we want to ignore these warnings. IS_UTF8_DISABLE_GCC_WARNING(-Wuninitialized) #endif @@ -2398,7 +2398,7 @@ class implementation final : public is_utf8_internals::implementation { // We should not get warnings while including yet we do // under some versions of GCC. // If the x86intrin.h header has uninitialized values that are problematic, -// it is a GCC issue, we want to ignore these warnigns. +// it is a GCC issue, we want to ignore these warnings. IS_UTF8_DISABLE_GCC_WARNING(-Wuninitialized) #endif @@ -3395,7 +3395,7 @@ class implementation final : public is_utf8_internals::implementation { // We should not get warnings while including yet we do // under some versions of GCC. // If the x86intrin.h header has uninitialized values that are problematic, -// it is a GCC issue, we want to ignore these warnigns. +// it is a GCC issue, we want to ignore these warnings. IS_UTF8_DISABLE_GCC_WARNING(-Wuninitialized) #endif