diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-19 04:44:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-19 04:44:27 +0000 |
commit | 8bea7c0ee44c71c817de7dc2be932b73bec90c9f (patch) | |
tree | 101a9b333c567577fb1aa41b608a6a70a9fa1317 | |
parent | 98f1e1c56f977ccafb3cda35ec95844fcfa740dd (diff) |
fix a typo gabor noticed
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65005 91177308-0d34-0410-b5e6-96231b3b80d8
-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 fb92c84223..d75d3667d5 100644 --- a/include/clang/AST/Expr.h +++ b/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; |