diff options
author | Ori Avtalion <ori@avtalion.name> | 2014-04-16 23:18:03 +0300 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-04-17 09:46:06 -0700 |
commit | 5a2501b3b9bd39b49750b7d0486b6c2de215713a (patch) | |
tree | b983232a63e1c7a9db5a3db452186f4a13b6f21c /src | |
parent | 65b33689947112aa2f468dc0b00be61401152678 (diff) |
Fix typo in settings.js
Diffstat (limited to 'src')
-rw-r--r-- | src/settings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.js b/src/settings.js index 8b046e95..bf16290b 100644 --- a/src/settings.js +++ b/src/settings.js @@ -39,7 +39,7 @@ var CHECK_SIGNS = 0; // Runtime errors for signing issues that need correcting. var ASSERTIONS = 1; // Whether we should add runtime assertions, for example to // check that each allocation to the stack does not - // exceed it's size, whether all allocations (stack and static) are + // exceed its size, whether all allocations (stack and static) are // of positive size, etc., whether we should throw if we encounter a bad __label__, i.e., // if code flow runs into a fault // ASSERTIONS == 2 gives even more runtime checks |