Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix another typo
authorGabriel Corona <gabriel.corona@enst-bretagne.fr>
Thu, 30 Jul 2015 19:42:28 +0000 (21:42 +0200)
committerGabriel Corona <gabriel.corona@enst-bretagne.fr>
Thu, 30 Jul 2015 19:42:28 +0000 (21:42 +0200)
tools/stack-cleaner/clean-stack-filter

index 90aa7c9..a2f91aa 100755 (executable)
@@ -24,7 +24,7 @@ sub emit_code {
 
     if($size != 0) {
       # This is a crude hack to disable the stack cleaning on the main
 
     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");
       # the address space and the other stacks are in the heap (lower).
       print("\tmovq \$0x7fff00000000, %r11\n");
       print("\tcmpq %r11, %rsp\n");