зеркало из https://github.com/microsoft/clang-1.git
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128088 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
3c66d30d51
Коммит
c3e494047b
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче