From: Matthew Fernandez Date: Sat, 5 Mar 2022 23:17:56 +0000 (-0800) Subject: DevIL plugin: fix comment typo X-Git-Tag: 4.0.0~190^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0207523a10eacf7c9c4ca03ff17c38fc01739283;p=graphviz DevIL plugin: fix comment typo --- diff --git a/plugin/devil/gvdevice_devil.c b/plugin/devil/gvdevice_devil.c index 6c4ace94f..7f8922f2f 100644 --- a/plugin/devil/gvdevice_devil.c +++ b/plugin/devil/gvdevice_devil.c @@ -51,7 +51,7 @@ static void devil_format(GVJ_t * job) // Bind this image name. ilBindImage(ImgId); - // cairo's inmemory image format needs inverting for DevIL + // cairo's in-memory image format needs inverting for DevIL Y_inv ( job->width, job->height, job->imagedata ); // let the DevIL do its thing