[llvm-commits] CVS: llvm/include/llvm/Support/InstVisitor.h

Misha Brukman brukman at cs.uiuc.edu
Mon Aug 18 09:29:03 PDT 2003


Changes in directory llvm/include/llvm/Support:

InstVisitor.h updated: 1.18 -> 1.19

---
Log message:

Spell `necessary' correctly.


---
Diffs of the changes:

Index: llvm/include/llvm/Support/InstVisitor.h
diff -u llvm/include/llvm/Support/InstVisitor.h:1.18 llvm/include/llvm/Support/InstVisitor.h:1.19
--- llvm/include/llvm/Support/InstVisitor.h:1.18	Sat Jun 21 22:07:01 2003
+++ llvm/include/llvm/Support/InstVisitor.h	Mon Aug 18 09:28:20 2003
@@ -155,7 +155,7 @@
 
   
   // Specific Instruction type classes... note that all of the casts are
-  // neccesary because we use the instruction classes as opaque types...
+  // necessary because we use the instruction classes as opaque types...
   //
   RetTy visitReturnInst(ReturnInst &I)              { DELEGATE(TerminatorInst);}
   RetTy visitBranchInst(BranchInst &I)              { DELEGATE(TerminatorInst);}





More information about the llvm-commits mailing list