[cfe-commits] r84449 - /cfe/trunk/include/clang/AST/Expr.h

Anders Carlsson andersca at mac.com
Sun Oct 18 15:10:33 PDT 2009


Author: andersca
Date: Sun Oct 18 17:10:32 2009
New Revision: 84449

URL: http://llvm.org/viewvc/llvm-project?rev=84449&view=rev
Log:
Fix tyop noticed by Sean Hunt.

Modified:
    cfe/trunk/include/clang/AST/Expr.h

Modified: cfe/trunk/include/clang/AST/Expr.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Expr.h?rev=84449&r1=84448&r2=84449&view=diff

==============================================================================
--- cfe/trunk/include/clang/AST/Expr.h (original)
+++ cfe/trunk/include/clang/AST/Expr.h Sun Oct 18 17:10:32 2009
@@ -1406,7 +1406,7 @@
     
     /// CK_VectorSplat - Casting from an integer/floating type to an extended
     /// vector type with the same element type as the src type. Splats the 
-    /// src expression into the destionation expression.
+    /// src expression into the destination expression.
     CK_VectorSplat,
     
     /// CK_IntegralCast - Casting between integral types of different size.





More information about the cfe-commits mailing list