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:
authorCampbell Barton <ideasman42@gmail.com>2018-03-28 12:23:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-03-28 12:23:38 +0300
commite49d66f22cf7ac14e7254150387eb8e07114f20c (patch)
treef4486d798ae9eb3301c31ac4df9b477d545822ac /source/blender/blenlib/intern/array_utils.c
parenta970ac5d556a5a342855a8586c50c8ec539ecbd8 (diff)
Cleanup: typo in function name
Diffstat (limited to 'source/blender/blenlib/intern/array_utils.c')
-rw-r--r--source/blender/blenlib/intern/array_utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenlib/intern/array_utils.c b/source/blender/blenlib/intern/array_utils.c
index e407a92d6f6..7b2d35a763c 100644
--- a/source/blender/blenlib/intern/array_utils.c
+++ b/source/blender/blenlib/intern/array_utils.c
@@ -310,9 +310,9 @@ bool _bli_array_iter_span(
}
/**
- * Simple utility to check memory is zero'd.
+ * Simple utility to check memory is zeroed.
*/
-bool _bli_array_is_zerod(
+bool _bli_array_is_zeroed(
const void *arr_v,
unsigned int arr_len, size_t arr_stride)
{