From 2e29b40d5ec0dda72ee64c39b78c791e59f0caa5 Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Wed, 15 Oct 2014 07:57:38 +0000 Subject: CodeGen: Fix a typo in a comment No functionality change intended. llvm-svn: 219780 --- clang/lib/CodeGen/CGRecordLayoutBuilder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/CodeGen/CGRecordLayoutBuilder.cpp') diff --git a/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp b/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp index b2a47476f7d..9e7efa083ae 100644 --- a/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp +++ b/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp @@ -285,7 +285,7 @@ void CGRecordLowering::lowerUnion() { // Iterate through the fields setting bitFieldInfo and the Fields array. Also // locate the "most appropriate" storage type. The heuristic for finding the // storage type isn't necessary, the first (non-0-length-bitfield) field's - // type would work fine and be simpler but would be differen than what we've + // type would work fine and be simpler but would be different than what we've // been doing and cause lit tests to change. for (const auto *Field : D->fields()) { if (Field->isBitField()) { -- cgit v1.2.3