summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/include/clang/AST/Expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/Expr.h b/clang/include/clang/AST/Expr.h
index fb92c842239..d75d3667d5a 100644
--- a/clang/include/clang/AST/Expr.h
+++ b/clang/include/clang/AST/Expr.h
@@ -478,7 +478,7 @@ public:
/// ConstantArrayType.
///
/// Note that strings in C can be formed by concatenation of multiple string
-/// literal pptokens in trnaslation phase #6. This keeps track of the locations
+/// literal pptokens in translation phase #6. This keeps track of the locations
/// of each of these pieces.
class StringLiteral : public Expr {
const char *StrData;
OpenPOWER on IntegriCloud