]> granicus.if.org Git - graphviz/commitdiff
DevIL plugin: fix comment typo
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Mar 2022 23:17:56 +0000 (15:17 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 6 Mar 2022 20:24:00 +0000 (12:24 -0800)
plugin/devil/gvdevice_devil.c

index 6c4ace94f4aa2a4e6b1165cf0f2a4501160ac84f..7f8922f2f8f17b64bbaf25a3ab4b4a99ee7dd1bb 100644 (file)
@@ -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