From 8b06c524d207f5e67ef22d6a1869c94d8f91717f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 4 Mar 2022 10:29:53 +1100 Subject: Cleanup: spelling in comments, function name --- source/blender/makesdna/DNA_space_types.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'source/blender/makesdna/DNA_space_types.h') diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h index b1212965992..e6c163d94ba 100644 --- a/source/blender/makesdna/DNA_space_types.h +++ b/source/blender/makesdna/DNA_space_types.h @@ -894,10 +894,9 @@ typedef struct SpaceFile { */ ListBase folder_histories; /* FileFolderHistory */ - /* operator that is invoking fileselect - * op->exec() will be called on the 'Load' button. - * if operator provides op->cancel(), then this will be invoked - * on the cancel button. + /** + * The operator that is invoking file-select `op->exec()` will be called on the 'Load' button. + * if operator provides op->cancel(), then this will be invoked on the cancel button. */ struct wmOperator *op; -- cgit v1.2.3