aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tim Gates 2020-12-20 08:13:35 +1100
committerGravatar Tim Gates 2020-12-20 08:13:35 +1100
commit1b6068d6fe69c7499986c3dad86a4442f3910f49 (patch)
tree411773fac703b93bff65dd4237fbb4aa0ad42488
parentMerge pull request #44 from tszirr/master (diff)
docs: fix simple typo, systen -> system
There is a small typo in gb_gl.h. Should read `system` rather than `systen`.
-rw-r--r--gb_gl.h2
1 files changed, 1 insertions, 1 deletions
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