From: Gabriel Corona Date: Thu, 30 Jul 2015 19:42:28 +0000 (+0200) Subject: Fix another typo X-Git-Tag: v3_12~331 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f192d27ba605b9ded84ec931f5d496f12df6b4ca?hp=d5a6a2c1461df7e31f76639767be3996dafac3a4 Fix another typo --- diff --git a/tools/stack-cleaner/clean-stack-filter b/tools/stack-cleaner/clean-stack-filter index 90aa7c9895..a2f91aa0ad 100755 --- a/tools/stack-cleaner/clean-stack-filter +++ b/tools/stack-cleaner/clean-stack-filter @@ -24,7 +24,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 + # stack. It relies on the fact that the main stack is high in # the address space and the other stacks are in the heap (lower). print("\tmovq \$0x7fff00000000, %r11\n"); print("\tcmpq %r11, %rsp\n");