docs: fix simple typo, systen -> system

There is a small typo in gb_gl.h.

Should read `system` rather than `systen`.
This commit is contained in:
Tim Gates 2020-12-20 08:13:35 +11:00
parent fe41e2b5cf
commit 1b6068d6fe
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05
1 changed files with 1 additions and 1 deletions

View File

@ -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