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

Misha Brukman brukman at cs.uiuc.edu
Fri Oct 10 12:41:01 PDT 2003


Changes in directory llvm/include/llvm/Support:

CallSite.h updated: 1.5 -> 1.6

---
Log message:

Fix spelling.


---
Diffs of the changes:  (+1 -1)

Index: llvm/include/llvm/Support/CallSite.h
diff -u llvm/include/llvm/Support/CallSite.h:1.5 llvm/include/llvm/Support/CallSite.h:1.6
--- llvm/include/llvm/Support/CallSite.h:1.5	Tue Jun 17 17:16:59 2003
+++ llvm/include/llvm/Support/CallSite.h	Fri Oct 10 12:39:58 2003
@@ -52,7 +52,7 @@
     return dyn_cast<Function>(getCalledValue());
   }
 
-  /// setCalledFunction - Set the callee to the specied value...
+  /// setCalledFunction - Set the callee to the specified value...
   ///
   void setCalledFunction(Value *V) {
     I->setOperand(0, V);





More information about the llvm-commits mailing list