Cleanup: spelling & repeated words in comments

Address warnings from check_spelling.py
This commit is contained in:
Campbell Barton
2025-03-06 10:24:54 +11:00
parent 2d705f90c2
commit b85fc32cae
12 changed files with 13 additions and 13 deletions

View File

@@ -1420,7 +1420,7 @@ set(PLATFORM_CFLAGS)
set(C_WARNINGS)
set(CXX_WARNINGS)
# NOTE: These flags are intended for situations where where it's impractical to
# NOTE: These flags are intended for situations where it's impractical to
# suppress warnings by modifying the code or for code which is maintained externally.
# For GCC this typically means adding `-Wno-*` arguments to negate warnings
# that are useful in the general case.