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:
parent
fe41e2b5cf
commit
1b6068d6fe
2
gb_gl.h
2
gb_gl.h
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
Steps for supporting dynamic reload:
|
Steps for supporting dynamic reload:
|
||||||
You _MUST_ defined you own malloc and free that use whatever
|
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_malloc
|
||||||
#define gbgl_free
|
#define gbgl_free
|
||||||
|
|
Loading…
Reference in New Issue