From 4e45265dc6cafe0bf6f36a14a469288183059858 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 30 Nov 2021 09:04:50 +1100 Subject: Cleanup: spelling in comments & strings --- source/blender/blenloader/BLO_undofile.h | 2 +- source/blender/blenloader/BLO_writefile.h | 2 +- source/blender/blenloader/intern/versioning_300.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/blenloader') diff --git a/source/blender/blenloader/BLO_undofile.h b/source/blender/blenloader/BLO_undofile.h index 4e240e2462b..b2cf1cd27b5 100644 --- a/source/blender/blenloader/BLO_undofile.h +++ b/source/blender/blenloader/BLO_undofile.h @@ -77,7 +77,7 @@ typedef struct { bool memchunk_identical; } UndoReader; -/* actually only used writefile.c */ +/* Actually only used `writefile.c`. */ void BLO_memfile_write_init(MemFileWriteData *mem_data, MemFile *written_memfile, diff --git a/source/blender/blenloader/BLO_writefile.h b/source/blender/blenloader/BLO_writefile.h index bac0119a368..57f5b5de1f0 100644 --- a/source/blender/blenloader/BLO_writefile.h +++ b/source/blender/blenloader/BLO_writefile.h @@ -21,7 +21,7 @@ /** \file * \ingroup blenloader - * \brief external writefile function prototypes. + * \brief external `writefile.c` function prototypes. */ #ifdef __cplusplus diff --git a/source/blender/blenloader/intern/versioning_300.c b/source/blender/blenloader/intern/versioning_300.c index 822ef2cda8d..068541a5825 100644 --- a/source/blender/blenloader/intern/versioning_300.c +++ b/source/blender/blenloader/intern/versioning_300.c @@ -2376,8 +2376,8 @@ void blo_do_versions_300(FileData *fd, Library *UNUSED(lib), Main *bmain) } } - /* Special case to handle older in-dev 3.1 files, before change from 3.0 branch gets merged in - * master. */ + /* Special case to handle older in-development 3.1 files, before change from 3.0 branch gets + * merged in master. */ if (!MAIN_VERSION_ATLEAST(bmain, 300, 42) || (bmain->versionfile == 301 && !MAIN_VERSION_ATLEAST(bmain, 301, 3))) { /* Update LibOverride operations regarding insertions in RNA collections (i.e. modifiers, -- cgit v1.2.3