From ad7bb8e42c385f6777e14649bd238de2348ad31b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 22 Mar 2020 12:09:48 +1100 Subject: Cleanup: spelling, correct Mesh.mface docs --- source/blender/makesdna/intern/dna_genfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/intern') diff --git a/source/blender/makesdna/intern/dna_genfile.c b/source/blender/makesdna/intern/dna_genfile.c index 2e0fe6200d1..cf7c201795e 100644 --- a/source/blender/makesdna/intern/dna_genfile.c +++ b/source/blender/makesdna/intern/dna_genfile.c @@ -591,7 +591,7 @@ SDNA *DNA_sdna_from_data(const void *data, } /** - * Using globals is acceptable here, + * Using a global is acceptable here, * the data is read-only and only changes between Blender versions. * * So it is safe to create once and reuse. -- cgit v1.2.3