From f088bb1bc802955b2853f91daa4f4686e4db8d29 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 27 Nov 2024 19:01:02 +1100 Subject: [PATCH] Cleanup: spelling in comments --- build_files/build_environment/CMakeLists.txt | 5 +++-- source/blender/blenkernel/BKE_main.hh | 8 ++++---- source/blender/editors/sculpt_paint/paint_cursor.cc | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/build_files/build_environment/CMakeLists.txt b/build_files/build_environment/CMakeLists.txt index d08a287b5e3..ef6672f8683 100644 --- a/build_files/build_environment/CMakeLists.txt +++ b/build_files/build_environment/CMakeLists.txt @@ -31,8 +31,9 @@ include(cmake/versions.cmake) include(cmake/boost_build_options.cmake) include(cmake/download.cmake) include(cmake/macros.cmake) -# setup_msys2.cmake install perl, which HIP needs to function for the compiler detection to work -# properly, hence needs to be included before check_compilers.cmake +# `setup_msys2.cmake` to install `perl`, +# which HIP needs to function for the compiler detection to work properly, +# hence needs to be included before `check_compilers.cmake`. if(ENABLE_MSYS2) include(cmake/setup_msys2.cmake) else() diff --git a/source/blender/blenkernel/BKE_main.hh b/source/blender/blenkernel/BKE_main.hh index fec2b2924a5..dafa5e9748d 100644 --- a/source/blender/blenkernel/BKE_main.hh +++ b/source/blender/blenkernel/BKE_main.hh @@ -205,17 +205,17 @@ struct Main { bool is_action_slot_to_id_map_dirty; /** - * The blendfile thumbnail. If set, it will show as image preview of the blendfile in the - * system's filebrowser. + * The blend-file thumbnail. If set, it will show as image preview of the blend-file in the + * system's file-browser. */ BlendThumbnail *blen_thumb; /** * The library matching the current Main. * - * Typically `nullptr` (for the `G_MAIN` representing the currently opened blendfile). + * Typically `nullptr` (for the `G_MAIN` representing the currently opened blend-file). * - * Mainly set and used during the blendfile read/write process when 'split' Mains are used to + * Mainly set and used during the blend-file read/write process when 'split' Mains are used to * isolate and process all linked IDs from a single library. */ Library *curlib; diff --git a/source/blender/editors/sculpt_paint/paint_cursor.cc b/source/blender/editors/sculpt_paint/paint_cursor.cc index 64e33a10b85..472a508a804 100644 --- a/source/blender/editors/sculpt_paint/paint_cursor.cc +++ b/source/blender/editors/sculpt_paint/paint_cursor.cc @@ -64,7 +64,7 @@ #include "bmesh.hh" -/* Needed for determining tool material/vcolor pinning. */ +/* Needed for determining tool material/vertex-color pinning. */ #include "grease_pencil_intern.hh" /* TODOs: