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:
Diffstat (limited to 'intern/opensubdiv/internal/opensubdiv_edge_map.h')
-rw-r--r--intern/opensubdiv/internal/opensubdiv_edge_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opensubdiv/internal/opensubdiv_edge_map.h b/intern/opensubdiv/internal/opensubdiv_edge_map.h
index 661b8a10eda..e2e6d2328fe 100644
--- a/intern/opensubdiv/internal/opensubdiv_edge_map.h
+++ b/intern/opensubdiv/internal/opensubdiv_edge_map.h
@@ -38,7 +38,7 @@ class EdgeKey {
int v2;
};
-// Map from an edge defined by its verticies index to a custom tag value.
+// Map from an edge defined by its vertices index to a custom tag value.
template<typename T> class EdgeTagMap {
public:
typedef EdgeKey key_type;