Skip to content

Commit

Permalink
Merge pull request #27 from Wertzui123/patch-1
Browse files Browse the repository at this point in the history
readme: fix a typo
  • Loading branch information
orangeduck authored Jun 26, 2023
2 parents f5a4884 + 56ecb47 commit 81ce102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ deal with offset pointers nicely.
### `tgc` isn't working when optimisations are enabled!

Variables are only considered reachable if they are one function call shallower
than the call to `tgc_start`. If optimisations are enabled somtimes the
than the call to `tgc_start`. If optimisations are enabled sometimes the
compiler will inline functions which removes this one level of indirection.

The most portable way to get compilers not to inline functions is to call them
Expand Down

0 comments on commit 81ce102

Please sign in to comment.