]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/eh-coalescing/bar.cxx
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / eh-coalescing / bar.cxx
old mode 100755 (executable)
new mode 100644 (file)
index 83d1845..59aa60d
@@ -23,7 +23,7 @@
  */
 #include <stdio.h>
 
-// this non-seak func() will have no unwind info and no LSDA
+// this non-weak func() will have no unwind info and no LSDA
 int func() { return 0; }
 
 void foo(int x) {}