diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2011-03-22 17:35:47 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2011-03-22 17:35:47 +0000 |
| commit | d2348d8d3f18034e08c4a114df27a34ff31b52be (patch) | |
| tree | ae86ab253bd86a83206d8034de48a9248112d832 | |
| parent | 12100e2c7fe646801590bd06562dc3711cf4468e (diff) | |
| download | bcm5719-llvm-d2348d8d3f18034e08c4a114df27a34ff31b52be.tar.gz bcm5719-llvm-d2348d8d3f18034e08c4a114df27a34ff31b52be.zip | |
Fix typo in comment.
llvm-svn: 128088
| -rw-r--r-- | clang/lib/CodeGen/CGRecordLayoutBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp b/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp index ceae66f3849..9b1adf46fe3 100644 --- a/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp +++ b/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp @@ -242,7 +242,7 @@ CGBitFieldInfo CGBitFieldInfo::MakeInfo(CodeGenTypes &Types, assert(llvm::isPowerOf2_32(TypeSizeInBits) && "Unexpected type size!"); CGBitFieldInfo::AccessInfo Components[3]; unsigned NumComponents = 0; - unsigned AccessedTargetBits = 0; // The tumber of target bits accessed. + unsigned AccessedTargetBits = 0; // The number of target bits accessed. unsigned AccessWidth = TypeSizeInBits; // The current access width to attempt. // Round down from the field offset to find the first access position that is |

