summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2008-11-24 20:06:50 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2008-11-24 20:06:50 +0000
commit849b1e6ac71f51675dfa6e722c1918a9d239d294 (patch)
treeb5cf29b050602066dfe98a94a717aa0a7d6d9a84 /clang/lib/Sema
parentb5e055fa5145d69ac41f9cd8907792d8d6e50252 (diff)
downloadbcm5719-llvm-849b1e6ac71f51675dfa6e722c1918a9d239d294.tar.gz
bcm5719-llvm-849b1e6ac71f51675dfa6e722c1918a9d239d294.zip
Remove some bad characters from comment.
llvm-svn: 59979
Diffstat (limited to 'clang/lib/Sema')
-rw-r--r--clang/lib/Sema/SemaDecl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaDecl.cpp b/clang/lib/Sema/SemaDecl.cpp
index 1fc2c992e1d..22048df0189 100644
--- a/clang/lib/Sema/SemaDecl.cpp
+++ b/clang/lib/Sema/SemaDecl.cpp
@@ -677,7 +677,7 @@ bool Sema::CheckInitializerTypes(Expr *&Init, QualType &DeclType,
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())
OpenPOWER on IntegriCloud