[cfe-commits] r59979 - /cfe/trunk/lib/Sema/SemaDecl.cpp

Sebastian Redl sebastian.redl at getdesigned.at
Mon Nov 24 12:06:50 PST 2008


Author: cornedbee
Date: Mon Nov 24 14:06:50 2008
New Revision: 59979

URL: http://llvm.org/viewvc/llvm-project?rev=59979&view=rev
Log:
Remove some bad characters from comment.

Modified:
    cfe/trunk/lib/Sema/SemaDecl.cpp

Modified: cfe/trunk/lib/Sema/SemaDecl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDecl.cpp?rev=59979&r1=59978&r2=59979&view=diff

==============================================================================
--- cfe/trunk/lib/Sema/SemaDecl.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDecl.cpp Mon Nov 24 14:06:50 2008
@@ -677,7 +677,7 @@
                                  SourceLocation InitLoc,
                                  DeclarationName InitEntity) {
   // C++ [dcl.init.ref]p1:
-  //   A variable declared to be a T&, that isâ "reference to type Tâ"
+  //   A variable declared to be a T&, that is "reference to type T"
   //   (8.3.2), shall be initialized by an object, or function, of
   //   type T or by an object that can be converted into a T.
   if (DeclType->isReferenceType())





More information about the cfe-commits mailing list