[llvm-commits] CVS: llvm/lib/VMCore/Constants.cpp Type.cpp iOperators.cpp

Misha Brukman brukman at cs.uiuc.edu
Thu Aug 21 17:13:14 PDT 2003


Changes in directory llvm/lib/VMCore:

Constants.cpp updated: 1.49 -> 1.50
Type.cpp updated: 1.49 -> 1.50
iOperators.cpp updated: 1.21 -> 1.22

---
Log message:

The word `dependent' has no `a'.


---
Diffs of the changes:

Index: llvm/lib/VMCore/Constants.cpp
diff -u llvm/lib/VMCore/Constants.cpp:1.49 llvm/lib/VMCore/Constants.cpp:1.50
--- llvm/lib/VMCore/Constants.cpp:1.49	Mon Aug 18 11:54:48 2003
+++ llvm/lib/VMCore/Constants.cpp	Thu Aug 21 17:12:47 2003
@@ -31,7 +31,7 @@
 void Constant::destroyConstantImpl() {
   // When a Constant is destroyed, there may be lingering
   // references to the constant by other constants in the constant pool.  These
-  // constants are implicitly dependant on the module that is being deleted,
+  // constants are implicitly dependent on the module that is being deleted,
   // but they don't know that.  Because we only find out when the CPV is
   // deleted, we must now notify all of our users (that should only be
   // Constants) that they are, in fact, invalid now and should be deleted.


Index: llvm/lib/VMCore/Type.cpp
diff -u llvm/lib/VMCore/Type.cpp:1.49 llvm/lib/VMCore/Type.cpp:1.50
--- llvm/lib/VMCore/Type.cpp:1.49	Wed Jul 23 10:30:06 2003
+++ llvm/lib/VMCore/Type.cpp	Thu Aug 21 17:12:47 2003
@@ -102,7 +102,7 @@
 }
 
 // getPrimitiveSize - Return the basic size of this type if it is a primative
-// type.  These are fixed by LLVM and are not target dependant.  This will
+// type.  These are fixed by LLVM and are not target dependent.  This will
 // return zero if the type does not have a size or is not a primitive type.
 //
 unsigned Type::getPrimitiveSize() const {


Index: llvm/lib/VMCore/iOperators.cpp
diff -u llvm/lib/VMCore/iOperators.cpp:1.21 llvm/lib/VMCore/iOperators.cpp:1.22
--- llvm/lib/VMCore/iOperators.cpp:1.21	Thu Oct 31 11:09:06 2002
+++ llvm/lib/VMCore/iOperators.cpp	Thu Aug 21 17:12:47 2003
@@ -130,7 +130,7 @@
 // swapOperands - Exchange the two operands to this instruction.  This
 // instruction is safe to use on any binary instruction and does not
 // modify the semantics of the instruction.  If the instruction is
-// order dependant (SetLT f.e.) the opcode is changed.
+// order dependent (SetLT f.e.) the opcode is changed.
 //
 bool BinaryOperator::swapOperands() {
   if (isCommutative())





More information about the llvm-commits mailing list