Cleanup: spelling in comments

This commit is contained in:
Campbell Barton
2024-11-27 19:01:02 +11:00
parent b9f055459a
commit f088bb1bc8
3 changed files with 8 additions and 7 deletions

View File

@@ -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()

View File

@@ -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;

View File

@@ -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: