Fix typo in comment

This commit is contained in:
Sergey Sharybin 2017-01-24 14:56:35 +01:00
parent d4c5e366ea
commit b6ccba9241

@ -273,7 +273,7 @@ typedef struct ModifierTypeInfo {
*
* This function is optional.
*/
/* TODO(sergey): Remove once we finalyl switched to the new depsgraph. */
/* TODO(sergey): Remove once we finally switched to the new depsgraph. */
void (*updateDepsgraph)(struct ModifierData *md,
struct Main *bmain,
struct Scene *scene,