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>2012-03-21 02:56:26 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-21 02:56:26 +0400
commit303cecf1398c0049df515aba3898883d8cdc81d5 (patch)
tree888e575fcc1932bd9121594221272174fad177ea /intern/cycles/subd/subd_split.h
parent6193c47c39dc72472f4b83b3e3c875103c31e5b6 (diff)
spelling cleanup: tesselate -> tessellate (last of these found)
Diffstat (limited to 'intern/cycles/subd/subd_split.h')
-rw-r--r--intern/cycles/subd/subd_split.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/subd/subd_split.h b/intern/cycles/subd/subd_split.h
index 8ec5d24266e..b03585174f7 100644
--- a/intern/cycles/subd/subd_split.h
+++ b/intern/cycles/subd/subd_split.h
@@ -20,7 +20,7 @@
#define __SUBD_SPLIT_H__
/* DiagSplit: Parallel, Crack-free, Adaptive Tessellation for Micropolygon Rendering
- * Splits up patches and determines edge tesselation factors for dicing. Patch
+ * Splits up patches and determines edge tessellation factors for dicing. Patch
* evaluation at arbitrary points is required for this to work. See the paper
* for more details. */