From 09e40a4956494655a2d544ab654372455882dbc3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 14 Sep 2015 02:21:15 +1000 Subject: Cleanup: spelling --- source/blender/editors/space_file/filelist.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/space_file') diff --git a/source/blender/editors/space_file/filelist.c b/source/blender/editors/space_file/filelist.c index 0c652587ad1..a4fe7952c36 100644 --- a/source/blender/editors/space_file/filelist.c +++ b/source/blender/editors/space_file/filelist.c @@ -2162,11 +2162,10 @@ static unsigned int groupname_to_filter_id(const char *group) return BKE_idcode_to_idfilter(id_code); } -/* - * From here, we are in 'Job Context', i.e. have to be careful about sharing stuff between bacground working thread +/** + * From here, we are in 'Job Context', i.e. have to be careful about sharing stuff between background working thread * and main one (used by UI among other things). */ - typedef struct TodoDir { int level; char *dir; -- cgit v1.2.3