From a272a2a6cdc30c30d3957787f30211cfc5b9d35c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 3 Jul 2020 11:20:52 +1000 Subject: Cleanup: spelling --- source/blender/makesdna/intern/makesdna.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/intern') diff --git a/source/blender/makesdna/intern/makesdna.c b/source/blender/makesdna/intern/makesdna.c index 6d220454364..182296c0ba2 100644 --- a/source/blender/makesdna/intern/makesdna.c +++ b/source/blender/makesdna/intern/makesdna.c @@ -360,7 +360,7 @@ static int add_type(const char *str, int size) } else if (strchr(str, '*')) { /* note: this is valid C syntax but we can't parse, complain! - * 'struct SomeStruct* somevar;' <-- correct but we cant handle right now. */ + * `struct SomeStruct* some_var;` <-- correct but we cant handle right now. */ return -1; } -- cgit v1.2.3