[cfe-commits] r74305 - /cfe/trunk/lib/CodeGen/CGDecl.cpp

Devang Patel dpatel at apple.com
Fri Jun 26 11:33:42 PDT 2009


Author: dpatel
Date: Fri Jun 26 13:33:42 2009
New Revision: 74305

URL: http://llvm.org/viewvc/llvm-project?rev=74305&view=rev
Log:
typo

Modified:
    cfe/trunk/lib/CodeGen/CGDecl.cpp

Modified: cfe/trunk/lib/CodeGen/CGDecl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDecl.cpp?rev=74305&r1=74304&r2=74305&view=diff

==============================================================================
--- cfe/trunk/lib/CodeGen/CGDecl.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGDecl.cpp Fri Jun 26 13:33:42 2009
@@ -234,7 +234,7 @@
   }
   // 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);
 }





More information about the cfe-commits mailing list