From 4aacdf369a139d1356f79e308db624dbba81a121 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 25 Sep 2021 11:17:59 -0700 Subject: [PATCH] lib/common: fix a comment typo --- lib/common/render.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/render.h b/lib/common/render.h index 1750b6331..cddd3c826 100644 --- a/lib/common/render.h +++ b/lib/common/render.h @@ -39,7 +39,7 @@ extern "C" { #include "const.h" #include "globals.h" #include -#include "colorprocs.h" /* must collow color.h (in types.h) */ +#include "colorprocs.h" /* must follow color.h (in types.h) */ #include "geomprocs.h" /* must follow geom.h (in types.h) */ #include "agxbuf.h" #include "utils.h" /* must follow types.h and agxbuf.h */ -- 2.49.0