Fix misspellings, patch contributed by Gabor Greif!
authorChris Lattner <sabre@nondot.org>
Sun, 27 Feb 2005 06:14:21 +0000 (06:14 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Feb 2005 06:14:21 +0000 (06:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20341 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/2003-05-21-EmptyStructTest.ll
test/CFrontend/2002-01-24-HandleCallInsnSEGV.c
test/ExecutionEngine/test-constantexpr.ll

index 5790a1bba8d8a9d9a72eb54985822b2df16c910f..d177b3b8e45534cb5bf23fe9440b9c9e39686b8a 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: llvm-as < %s -o /dev/null -f
 
 ; The old C front-end never generated empty structures, now the new one
-; can.  For some reason we never handled them in the parser. Wierd.
+; can.  For some reason we never handled them in the parser. Weird.
 
 %X = global {} {}
index 010a24771cb94f1a87c21f6b7a184355125968b1..09029fb945ef00c29fba1c9710933a0445513a50 100644 (file)
@@ -5,5 +5,5 @@ void *dlclose(void*);
 void ap_os_dso_unload(void *handle)
 {
     dlclose(handle);
-    return;     /* This return triggers the bug: Wierd */
+    return;     /* This return triggers the bug: Weird */
 }
index d7d9481bee8b66ea91e56672140982be3fa15726..60e0a2d81ccb70a3a1e79d9ed6fb80d150a19155 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llvm-as -f %s -o %t.bc
 ; RUN: lli %t.bc > /dev/null
 
-; This tests to make sure that we can evaluate wierd constant expressions
+; This tests to make sure that we can evaluate weird constant expressions
 %A = global int 5
 %B = global int 6