fix typo in code comment

original commit: 5a11fac7fb92cd8a1bc278ddc782d33bd24c7106
This commit is contained in:
Bob Burger 2018-05-16 15:44:16 -04:00
parent 486792e042
commit f425d8846d

View File

@ -40,7 +40,7 @@ typedef long long i64;
# define EXPORT # define EXPORT
#endif #endif
/* To help make sure that argument and result handling doens't /* To help make sure that argument and result handling doesn't
read or write too far, try to provide functions that allocate read or write too far, try to provide functions that allocate
a structure at the end of a memory page (where the next page is a structure at the end of a memory page (where the next page is
likely to be unmapped) */ likely to be unmapped) */