summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaStmt.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2017-05-05 17:15:08 +0000
committerNico Weber <nicolasweber@gmx.de>2017-05-05 17:15:08 +0000
commit9fc394c5a8238aaef71688a8385677ff5358f65b (patch)
tree57ae6c9f3ce66e97e9d4c597008a3c9b19495d6b /lib/Sema/SemaStmt.cpp
parent4b565c44e9cad8c62d100fe67c39a68cfb065253 (diff)
downloadclang-9fc394c5a8238aaef71688a8385677ff5358f65b.tar.gz
ANSIfy. No behavior change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@302258 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaStmt.cpp')
-rw-r--r--lib/Sema/SemaStmt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaStmt.cpp b/lib/Sema/SemaStmt.cpp
index 9ffc23b5ad..5d7eada287 100644
--- a/lib/Sema/SemaStmt.cpp
+++ b/lib/Sema/SemaStmt.cpp
@@ -2828,7 +2828,7 @@ Sema::PerformMoveOrCopyInitialization(const InitializedEntity &Entity,
// [...] If the first overload resolution fails or was not performed, or
// if the type of the first parameter of the selected constructor is not
- // an rvalue reference to the object’s type (possibly cv-qualified),
+ // an rvalue reference to the object's type (possibly cv-qualified),
// overload resolution is performed again, considering the object as an
// lvalue.
if (!RRefType ||