From 3be845ce20f6101838eeda7c15abf027f0c1a0f6 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Mon, 4 Feb 2019 01:23:48 +0100 Subject: Cleanup: Typos in comments (to to) --- source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle/intern/view_map') diff --git a/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h b/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h index bbf745b044c..e7b49c0c892 100644 --- a/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h +++ b/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h @@ -273,7 +273,7 @@ protected: ++_tvertex_iter; #if 0 // Hack to deal with cusp. the result of a cusp is a TVertex having two identical viewedges. - // In order to iterate properly, we chose to to skip these last ones. + // In order to iterate properly, we chose to skip these last ones. if (_feB.first == _beA.first) { if (_feA.first == _beB.first) { _tvertex_iter.first = 0; -- cgit v1.2.3