]> granicus.if.org Git - clang/commitdiff
typo
authorDevang Patel <dpatel@apple.com>
Fri, 26 Jun 2009 18:33:42 +0000 (18:33 +0000)
committerDevang Patel <dpatel@apple.com>
Fri, 26 Jun 2009 18:33:42 +0000 (18:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74305 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDecl.cpp

index 4e603c34b404d042814bc5233c902d932301e563..f97c62f9d1427e0a8893e59f226071f42b5c0032 100644 (file)
@@ -234,7 +234,7 @@ const llvm::Type *CodeGenFunction::BuildByRefType(QualType Ty,
   }
   // FIXME: Align this on at least an Align boundary, assert if we can't.
   assert((Align <= unsigned(Target.getPointerAlign(0))/8)
-         && "Can't align more thqn pointer yet");
+         && "Can't align more than pointer yet");
   Types[needsCopyDispose*2 + 4] = LTy;
   return llvm::StructType::get(Types, false);
 }