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>2021-12-09 12:21:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-12-09 12:21:26 +0300
commit8ef8f3a60a0a2c858ceb30a4f56a4a31ea538ba8 (patch)
tree9a7f156ebfe843b37b5c3115e37a57ddcbf1590b /source/blender/imbuf
parent15a428eab0e0a0ca63953d71e8fc719e4a06c612 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/IMB_imbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h
index 28e84d3d973..6e8bed148d5 100644
--- a/source/blender/imbuf/IMB_imbuf.h
+++ b/source/blender/imbuf/IMB_imbuf.h
@@ -689,7 +689,7 @@ typedef void (*InterpolationColorFunction)(
void bicubic_interpolation_color(
const struct ImBuf *in, unsigned char outI[4], float outF[4], float u, float v);
-/* Functions assumes out to be zero'ed, only does RGBA. */
+/* Functions assumes out to be zeroed, only does RGBA. */
void nearest_interpolation_color_char(
const struct ImBuf *in, unsigned char outI[4], float outF[4], float u, float v);