]> granicus.if.org Git - clang/commitdiff
fix a typo gabor noticed
authorChris Lattner <sabre@nondot.org>
Thu, 19 Feb 2009 04:44:27 +0000 (04:44 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 19 Feb 2009 04:44:27 +0000 (04:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65005 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Expr.h

index fb92c84223985b6c45acbc20efa877edd7b5c28f..d75d3667d5a679f202c52b8767c66dba20dcdc58 100644 (file)
@@ -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;