Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-07-03 04:20:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-07-03 04:58:13 +0300
commita272a2a6cdc30c30d3957787f30211cfc5b9d35c (patch)
tree7cb31b54f5f0b17828f0ebfa5acb058245e24d5a /source/blender/makesdna/intern
parent0fdb79fe5848a66335805cf353eb38afe16cf25e (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/makesdna/intern')
-rw-r--r--source/blender/makesdna/intern/makesdna.c2
1 files changed, 1 insertions, 1 deletions
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;
}