Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / tools / llvm-diff / DifferenceEngine.cpp
index 2344e398b08ecafdd9e0bcf5e7d2ab35d17a608e..ba2cec2992554bbd942207b283658bb115fc9394 100644 (file)
@@ -267,7 +267,7 @@ class FunctionDifferenceEngine {
     } else if (isa<PHINode>(L)) {
       // FIXME: implement.
 
-      // This is really wierd;  type uniquing is broken?
+      // This is really weird;  type uniquing is broken?
       if (L->getType() != R->getType()) {
         if (!L->getType()->isPointerTy() || !R->getType()->isPointerTy()) {
           if (Complain) Engine.log("different phi types");