]> granicus.if.org Git - clang/commitdiff
Fix tyop noticed by Sean Hunt.
authorAnders Carlsson <andersca@mac.com>
Sun, 18 Oct 2009 22:10:32 +0000 (22:10 +0000)
committerAnders Carlsson <andersca@mac.com>
Sun, 18 Oct 2009 22:10:32 +0000 (22:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84449 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Expr.h

index fa27c9c463135f5be42dbcdcb9a5024ae1f6cddf..0d09ea325c3197c2faf80f03a424eee9d8ecc9ff 100644 (file)
@@ -1406,7 +1406,7 @@ public:
     
     /// 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.