From 1b6068d6fe69c7499986c3dad86a4442f3910f49 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 20 Dec 2020 08:13:35 +1100 Subject: [PATCH] docs: fix simple typo, systen -> system There is a small typo in gb_gl.h. Should read `system` rather than `systen`. --- gb_gl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gb_gl.h b/gb_gl.h index 34e6add..fb57e7b 100644 --- a/gb_gl.h +++ b/gb_gl.h @@ -39,7 +39,7 @@ Steps for supporting dynamic reload: You _MUST_ defined you own malloc and free that use whatever - permanent memory systen you are using: + permanent memory system you are using: #define gbgl_malloc #define gbgl_free