From a55b73417f023a74c62773a6dc467146a2218519 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Wed, 2 Jun 2021 08:28:46 -0400 Subject: Cleanup: Correct comments This corrects an outdated comment in the vector header and a typo in the index mask header. --- source/blender/blenlib/BLI_vector.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_vector.hh') diff --git a/source/blender/blenlib/BLI_vector.hh b/source/blender/blenlib/BLI_vector.hh index 8bea2584ca7..f6f546c90b9 100644 --- a/source/blender/blenlib/BLI_vector.hh +++ b/source/blender/blenlib/BLI_vector.hh @@ -161,7 +161,7 @@ class Vector { } /** - * Create a vector from an array ref. The values in the vector are copy constructed. + * Create a vector from a span. The values in the vector are copy constructed. */ template> * = nullptr> Vector(Span values, Allocator allocator = {}) : Vector(NoExceptConstructor(), allocator) -- cgit v1.2.3