[llvm-commits] [llvm-gcc-4.2] r82487 - /llvm-gcc-4.2/trunk/gcc/llvm-types.cpp
Bob Wilson
bob.wilson at apple.com
Mon Sep 21 15:11:00 PDT 2009
Author: bwilson
Date: Mon Sep 21 17:10:59 2009
New Revision: 82487
URL: http://llvm.org/viewvc/llvm-project?rev=82487&view=rev
Log:
Fix some comment typos.
Modified:
llvm-gcc-4.2/trunk/gcc/llvm-types.cpp
Modified: llvm-gcc-4.2/trunk/gcc/llvm-types.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/llvm-types.cpp?rev=82487&r1=82486&r2=82487&view=diff
==============================================================================
--- llvm-gcc-4.2/trunk/gcc/llvm-types.cpp (original)
+++ llvm-gcc-4.2/trunk/gcc/llvm-types.cpp Mon Sep 21 17:10:59 2009
@@ -1597,7 +1597,7 @@
void dump() const;
};
-// Add new element which is a bit field. Size is not the size of bit filed,
+// Add new element which is a bit field. Size is not the size of bit field,
// but size of bits required to determine type of new Field which will be
// used to access this bit field.
void StructTypeConversionInfo::addNewBitField(uint64_t Size,
@@ -2259,7 +2259,7 @@
// Find the type with the largest aligment, and if we have multiple types with
// the same alignment, select one with largest size. If type with max. align
- // is smaller then other types then we will add padding later on anyway to
+ // is smaller than other types, then we will add padding later on anyway to
// match union size.
const TargetData &TD = getTargetData();
const Type *UnionTy = 0;
More information about the llvm-commits
mailing list