diff options
Diffstat (limited to 'include/clang')
-rw-r--r-- | include/clang/AST/Expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/Expr.h b/include/clang/AST/Expr.h index fa27c9c463..0d09ea325c 100644 --- a/include/clang/AST/Expr.h +++ b/include/clang/AST/Expr.h @@ -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. |