From 27907408136cd3339beac5ea98318830ff837ab6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 17 Aug 2019 00:54:22 +1000 Subject: Cleanup: spelling --- source/blender/gpu/intern/gpu_vertex_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/intern/gpu_vertex_format.c') diff --git a/source/blender/gpu/intern/gpu_vertex_format.c b/source/blender/gpu/intern/gpu_vertex_format.c index 11df86c0b3a..66e5e254734 100644 --- a/source/blender/gpu/intern/gpu_vertex_format.c +++ b/source/blender/gpu/intern/gpu_vertex_format.c @@ -253,7 +253,7 @@ void GPU_vertformat_safe_attrib_name(const char *attrib_name, *(uint *)&data[4] = BLI_ghashutil_strhash_p_murmur(attrib_name + 4); } else { - /* Copy the whole name. Collision is barelly possible + /* Copy the whole name. Collision is barely possible * (hash would have to be equal to the last 4 bytes). */ for (int i = 0; i < 8 && attrib_name[i] != '\0'; i++) { data[i] = attrib_name[i]; -- cgit v1.2.3