From d5a6a2c1461df7e31f76639767be3996dafac3a4 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 30 Jul 2015 19:13:19 +0200 Subject: [PATCH] fix a typo --- tools/stack-cleaner/clean-stack-filter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/stack-cleaner/clean-stack-filter b/tools/stack-cleaner/clean-stack-filter index 95a3b520f4..90aa7c9895 100755 --- a/tools/stack-cleaner/clean-stack-filter +++ b/tools/stack-cleaner/clean-stack-filter @@ -25,7 +25,7 @@ sub emit_code { if($size != 0) { # This is a crude hack to disable the stack cleaning on the main # stack. It rellies on the fact that the main stack is high in - # the address space and the other stacks are in the hap (lower). + # the address space and the other stacks are in the heap (lower). print("\tmovq \$0x7fff00000000, %r11\n"); print("\tcmpq %r11, %rsp\n"); print("\tjae .Lstack_cleaner_done$id\n"); -- 2.20.1