From b9eac0bb44fbb4e8d16a74fab8e0d9bc37bfebd3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 10 Apr 2019 08:40:49 +0200 Subject: Cleanup: spelling --- source/blender/gpu/intern/gpu_immediate_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/intern/gpu_immediate_util.c') diff --git a/source/blender/gpu/intern/gpu_immediate_util.c b/source/blender/gpu/intern/gpu_immediate_util.c index 6d546c1b5c5..53a69b0b9d7 100644 --- a/source/blender/gpu/intern/gpu_immediate_util.c +++ b/source/blender/gpu/intern/gpu_immediate_util.c @@ -144,7 +144,7 @@ void immRecti_complete(int x1, int y1, int x2, int y2, const float color[4]) * Pack color into 3 bytes * * This define converts a numerical value to the equivalent 24-bit - * color, while not being endian-sensitive. On little-endians, this + * color, while not being endian-sensitive. On little-endian, this * is the same as doing a 'naive' indexing, on big-endian, it is not! * * \note BGR format (i.e. 0xBBGGRR)... -- cgit v1.2.3