[lld-macho] Fix errant search and replace. NFC
authorShoaib Meenai <smeenai@fb.com>
Wed, 5 Aug 2020 23:59:53 +0000 (16:59 -0700)
committerShoaib Meenai <smeenai@fb.com>
Wed, 5 Aug 2020 23:59:53 +0000 (16:59 -0700)
lld/test/MachO/framework.s

index a527970..f60a63c 100644 (file)
@@ -22,7 +22,7 @@
 .globl _main
 .text
 _main:
-  sub $8, %rsp # 16-byte-align the stack; dylld -flavor darwinnew checks for this
+  sub $8, %rsp # 16-byte-align the stack; dyld checks for this
   callq _foo
   mov $0, %rax
   add $8, %rsp