[cfe-commits] r65005 - /cfe/trunk/include/clang/AST/Expr.h
Chris Lattner
sabre at nondot.org
Wed Feb 18 20:44:30 PST 2009
Author: lattner
Date: Wed Feb 18 22:44:27 2009
New Revision: 65005
URL: http://llvm.org/viewvc/llvm-project?rev=65005&view=rev
Log:
fix a typo gabor noticed
Modified:
cfe/trunk/include/clang/AST/Expr.h
Modified: cfe/trunk/include/clang/AST/Expr.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Expr.h?rev=65005&r1=65004&r2=65005&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Expr.h (original)
+++ cfe/trunk/include/clang/AST/Expr.h Wed Feb 18 22:44:27 2009
@@ -478,7 +478,7 @@
/// 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;
More information about the cfe-commits
mailing list