From 716430ab64ef0ed400106bc501d444d38301aec6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 15 Jun 2014 12:15:28 +1000 Subject: Code cleanup: comments --- source/blender/imbuf/intern/colormanagement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/imbuf/intern/colormanagement.c') diff --git a/source/blender/imbuf/intern/colormanagement.c b/source/blender/imbuf/intern/colormanagement.c index 2644b8a278f..696e34e58cb 100644 --- a/source/blender/imbuf/intern/colormanagement.c +++ b/source/blender/imbuf/intern/colormanagement.c @@ -1895,7 +1895,7 @@ ImBuf *IMB_colormanagement_imbuf_for_write(ImBuf *ibuf, bool save_as_render, boo * so much useful to just ignore alpha -- it leads to bad * artifacts especially when saving byte images. * - * What we do here is we're overing our image on top of + * What we do here is we're overlaying our image on top of * background color (which is currently black). * * This is quite much the same as what Gimp does and it -- cgit v1.2.3