diff --git a/source/blender/blenkernel/BKE_curves.hh b/source/blender/blenkernel/BKE_curves.hh index a9fc268738c..d48eb64fe93 100644 --- a/source/blender/blenkernel/BKE_curves.hh +++ b/source/blender/blenkernel/BKE_curves.hh @@ -82,7 +82,7 @@ class CurvesGeometryRuntime { mutable SharedCache> evaluated_position_cache; /** - * A cache of bounds shared between data-blocks with unchanged positions and radii. + * A cache of bounds shared between data-blocks with unchanged positions. * When data changes affect the bounds, the cache is "un-shared" with other geometries. * See #SharedCache comments. */