fix comment

This commit is contained in:
LoganDark 2021-11-08 13:26:46 -08:00
parent dd2b9eeef3
commit 7bc280d785
No known key found for this signature in database
GPG key ID: B8C37CEDE1AC60EA

View file

@ -37,8 +37,8 @@ struct CompileOptions
const char* vectorLib = nullptr;
const char* vectorCtor = nullptr;
// array of globals that are mutable; disables the import optimization for
// fields accessed through them. use NULL to end the array
// optional array of globals that are mutable; disables the import optimization for fields accessed through them
// use NULL to end the array
const char** mutableGlobalNames;
};