aboutsummaryrefslogtreecommitdiff
path: root/src/settings.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-02-17 20:01:40 +0100
committerAlon Zakai <alonzakai@gmail.com>2013-02-17 20:01:40 +0100
commit926a77a80ea1a2e4c0642dd3bedae520883361b3 (patch)
treedfc314518203ed353b27257564d20208845a6412 /src/settings.js
parent5c89eb1d5abd30e7ac5c8d88ab1d828f4ec4883d (diff)
improve corruption checks
Diffstat (limited to 'src/settings.js')
-rw-r--r--src/settings.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.js b/src/settings.js
index 74176914..d036822f 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -142,7 +142,7 @@ var CORRUPTION_CHECK = 0; // When enabled, will emit a buffer area at the beginn
// 0 means not enabled, higher values mean the size of the
// buffer areas as a multiple of the allocated area (so
// 1 means 100%, or buffer areas equal to allocated area,
- // both before and after).
+ // both before and after). This must be an integer.
var LABEL_DEBUG = 0; // 1: Print out functions as we enter them
// 2: Also print out each label as we enter it