[Bf-blender-cvs] [73949ffbf33] blender2.8: DNA_ID Fix comment

Clément Foucault noreply at git.blender.org
Fri Jun 9 01:27:13 CEST 2017


Commit: 73949ffbf33f86fd168e4fa4e7411eaf69a596de
Author: Clément Foucault
Date:   Tue Jun 6 22:48:05 2017 +0200
Branches: blender2.8
https://developer.blender.org/rB73949ffbf33f86fd168e4fa4e7411eaf69a596de

DNA_ID Fix comment

===================================================================

M	source/blender/makesdna/DNA_ID.h

===================================================================

diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h
index bab8849b1e7..0fa8b4b2e9d 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -404,7 +404,7 @@ enum {
 	FILTER_ID_PRB       = (1 << 30),
 };
 
-/* IMPORTANT: this enum matches the order currently use in set_lisbasepointers,
+/* IMPORTANT: this enum matches the order currently use in set_listbasepointers,
  * keep them in sync! */
 enum {
 	INDEX_ID_LI = 0,




More information about the Bf-blender-cvs mailing list