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>2019-12-11 02:56:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-11 02:56:53 +0300
commit63d521432e9307643c279237b041a8f2ac6dda9d (patch)
tree5384b15865454dab13207606e8fe2d3dee5939bc /source/blender/imbuf
parente0fbea9c0d52744c082454a90487768f406bff5a (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/intern/rectop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/rectop.c b/source/blender/imbuf/intern/rectop.c
index 7915f04b74e..e5396b4551b 100644
--- a/source/blender/imbuf/intern/rectop.c
+++ b/source/blender/imbuf/intern/rectop.c
@@ -282,7 +282,7 @@ void IMB_rect_crop(ImBuf *ibuf, const rcti *crop)
}
/**
- * Re-alloc buffers at a new size.
+ * Re-allocate buffers at a new size.
*/
static void rect_realloc_4bytes(void **buf_p, const uint size[2])
{