From 09b89da349fd08aea811cc770cf627fbda6d75ba Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 16 Jul 2021 11:45:51 +1000 Subject: Cleanup: spelling in comments --- source/blender/makesdna/DNA_screen_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_screen_types.h') diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h index 7032bc23b2c..5bd9cc7a999 100644 --- a/source/blender/makesdna/DNA_screen_types.h +++ b/source/blender/makesdna/DNA_screen_types.h @@ -279,7 +279,7 @@ typedef struct uiListDyn { int resize; int resize_prev; - /* Allocated custom data. Free'ed together with the uiList (and when re-assigning). */ + /** Allocated custom data. Freed together with the #uiList (and when re-assigning). */ void *customdata; /* Filtering data. */ -- cgit v1.2.3