From 6424fbca949e90991b0d6056b482b5ab6ba1fd11 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 19 Sep 2022 14:47:27 +1000 Subject: Cleanup: spelling --- source/blender/imbuf/intern/iris.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/imbuf/intern/iris.c') diff --git a/source/blender/imbuf/intern/iris.c b/source/blender/imbuf/intern/iris.c index a8150fd1648..29dfcc1b8f8 100644 --- a/source/blender/imbuf/intern/iris.c +++ b/source/blender/imbuf/intern/iris.c @@ -88,7 +88,7 @@ typedef struct MFileOffset { #define DIRTY_FLAG_EOF (1 << 0) #define DIRTY_FLAG_ENCODING (1 << 1) -/* funcs */ +/* Functions. */ static void readheader(MFileOffset *inf, IMAGE *image); static int writeheader(FILE *outf, IMAGE *image); -- cgit v1.2.3