[cfe-commits] r46906 - /cfe/trunk/Sema/SemaExpr.cpp
Steve Naroff
snaroff at apple.com
Sat Feb 9 09:25:18 PST 2008
Author: snaroff
Date: Sat Feb 9 11:25:18 2008
New Revision: 46906
URL: http://llvm.org/viewvc/llvm-project?rev=46906&view=rev
Log:
Fix spelling in comment.
Modified:
cfe/trunk/Sema/SemaExpr.cpp
Modified: cfe/trunk/Sema/SemaExpr.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Sema/SemaExpr.cpp?rev=46906&r1=46905&r2=46906&view=diff
==============================================================================
--- cfe/trunk/Sema/SemaExpr.cpp (original)
+++ cfe/trunk/Sema/SemaExpr.cpp Sat Feb 9 11:25:18 2008
@@ -905,7 +905,7 @@
if (t->isFunctionType())
ImpCastExprToType(e, Context.getPointerType(t));
else if (const ArrayType *ary = t->getAsArrayType()) {
- // Make sure we don't loose qualifiers when dealing with typedefs. Example:
+ // Make sure we don't lose qualifiers when dealing with typedefs. Example:
// typedef int arr[10];
// void test2() {
// const arr b;
More information about the cfe-commits
mailing list