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:
authorHans Goudey <h.goudey@me.com>2022-08-24 18:25:04 +0300
committerHans Goudey <h.goudey@me.com>2022-08-24 18:25:04 +0300
commitfc26e3fe19e6eebf21bb436bab4e440bcf8a6615 (patch)
tree304051292e6f7c0fa606aa08de17fb0470b026a1 /source/blender/blenkernel/intern
parent5d4d5a216271e22ed9775402dedff33cdf420e30 (diff)
Cleanup: Fix typo in comment
Added by mistake in 6718afdc8a32.
Diffstat (limited to 'source/blender/blenkernel/intern')
-rw-r--r--source/blender/blenkernel/intern/displist.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/displist.cc b/source/blender/blenkernel/intern/displist.cc
index f00f3266fe1..b87d675496c 100644
--- a/source/blender/blenkernel/intern/displist.cc
+++ b/source/blender/blenkernel/intern/displist.cc
@@ -1333,7 +1333,7 @@ void BKE_displist_make_curveTypes(Depsgraph *depsgraph,
if (geometry.has_curves()) {
/* Create a copy of the original curve and add necessary pointers to evaluated and edit mode
- * data. This is neeOB_SURFded for a few reasons:
+ * data. This is needed for a few reasons:
* - Existing code from before curve evaluation was changed to use #GeometrySet expected to
* have a copy of the original curve data. (Any evaluated data was placed in
* #Object.runtime.curve_cache).