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')
-rw-r--r--intern/opensubdiv/internal/topology/topology_refiner_factory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opensubdiv/internal/topology/topology_refiner_factory.cc b/intern/opensubdiv/internal/topology/topology_refiner_factory.cc
index 9688bc9eb0f..877c62b83ac 100644
--- a/intern/opensubdiv/internal/topology/topology_refiner_factory.cc
+++ b/intern/opensubdiv/internal/topology/topology_refiner_factory.cc
@@ -70,7 +70,7 @@ inline bool TopologyRefinerFactory<TopologyRefinerData>::resizeComponentTopology
// not see any edges, which will indicate to it that winding and edges are to
// be reconstructed).
//
- // NOTE: it is a possible usecase when user code does not need crease at all
+ // NOTE: it is a possible use case when user code does not need crease at all
// (which is the only real reason why converter would want to provide edges in
// the case of partial topology specification). So it might be so getNumEdges
// callback is nullptr.