Merge pull request #46 from timgates42/bugfix_typo_system

docs: fix simple typo, systen -> system
This commit is contained in:
gingerBill 2021-02-23 11:11:03 +00:00 committed by GitHub
commit 52a3a542ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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