aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/assert.c
diff options
context:
space:
mode:
Diffstat (limited to 'mps/code/assert.c')
-rw-r--r--mps/code/assert.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mps/code/assert.c b/mps/code/assert.c
index b584d227efa..52b0071c9f7 100644
--- a/mps/code/assert.c
+++ b/mps/code/assert.c
@@ -14,9 +14,9 @@
14SRCID(assert, "$Id$"); 14SRCID(assert, "$Id$");
15 15
16 16
17/* CheckLevel -- Control check level 17/* CheckLevel -- Control check level
18 * 18 *
19 * This controls the behaviour of Check methods unless MPS_HOT_RED 19 * This controls the behaviour of Check methods unless MPS_HOT_RED
20 * is defined, when it is effectively stuck at "CheckNONE". 20 * is defined, when it is effectively stuck at "CheckNONE".
21 */ 21 */
22 22