From dea2c3f256435f6384c1b42e9073a014489011b0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 13 Jun 2020 12:50:07 +1000 Subject: Cleanup: spelling --- source/blender/functions/FN_cpp_type.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/functions') diff --git a/source/blender/functions/FN_cpp_type.hh b/source/blender/functions/FN_cpp_type.hh index 236baf303e0..1dc72e16e77 100644 --- a/source/blender/functions/FN_cpp_type.hh +++ b/source/blender/functions/FN_cpp_type.hh @@ -212,7 +212,7 @@ class CPPType { } /** - * Returns true, when the given pointer fullfills the alignment requirement of this type. + * Returns true, when the given pointer fulfills the alignment requirement of this type. */ bool pointer_has_valid_alignment(const void *ptr) const { -- cgit v1.2.3