Skip to content

Commit

Permalink
Merge pull request #14 from striezel-stash/fix-typos
Browse files Browse the repository at this point in the history
Fix some typos
  • Loading branch information
lemire authored Dec 11, 2023
2 parents 9b2106e + bd9713e commit f275739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/is_utf8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2172,7 +2172,7 @@ namespace icelake {} // namespace icelake
// We should not get warnings while including <x86intrin.h> 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
Expand Down Expand Up @@ -2398,7 +2398,7 @@ class implementation final : public is_utf8_internals::implementation {
// We should not get warnings while including <x86intrin.h> 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

Expand Down Expand Up @@ -3395,7 +3395,7 @@ class implementation final : public is_utf8_internals::implementation {
// We should not get warnings while including <x86intrin.h> 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

Expand Down

0 comments on commit f275739

Please sign in to comment.