diff options
| author | 2020-12-20 08:13:35 +1100 | |
|---|---|---|
| committer | 2020-12-20 08:13:35 +1100 | |
| commit | 1b6068d6fe69c7499986c3dad86a4442f3910f49 (patch) | |
| tree | 411773fac703b93bff65dd4237fbb4aa0ad42488 /gb_gl.h | |
| parent | Merge 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`.
Diffstat (limited to 'gb_gl.h')
| -rw-r--r-- | gb_gl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
