From 6d3d2988faad182eedc34210c651f8edb1cda6d8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 26 Oct 2021 22:24:56 +1100 Subject: Cleanup: spelling in comments --- source/blender/editors/space_file/filelist.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/editors/space_file/filelist.c') diff --git a/source/blender/editors/space_file/filelist.c b/source/blender/editors/space_file/filelist.c index 1aabe5fde2b..a1b1c8cc363 100644 --- a/source/blender/editors/space_file/filelist.c +++ b/source/blender/editors/space_file/filelist.c @@ -919,7 +919,7 @@ static void prepare_filter_asset_library(const FileList *filelist, FileListFilte } /** - * Copy a string from source to dest, but prefix and suffix it with a single space. + * Copy a string from source to `dest`, but prefix and suffix it with a single space. * Assumes `dest` has at least space enough for the two spaces. */ static void tag_copy_with_spaces(char *dest, const char *source, const size_t dest_size) @@ -939,9 +939,9 @@ static void tag_copy_with_spaces(char *dest, const char *source, const size_t de * * Here the tags on the asset are written in set notation: * - * asset_tag_matches_filter(" some tags ", {"some", "blue"}) -> true - * asset_tag_matches_filter(" some tags ", {"som", "tag"}) -> false - * asset_tag_matches_filter(" some tags ", {}) -> false + * `asset_tag_matches_filter(" some tags ", {"some", "blue"})` -> true + * `asset_tag_matches_filter(" some tags ", {"som", "tag"})` -> false + * `asset_tag_matches_filter(" some tags ", {})` -> false */ static bool asset_tag_matches_filter(const char *filter_search, const AssetMetaData *asset_data) { -- cgit v1.2.3