commit | f6a24ce40fd5e807a5e71b17d0c04866e195fb87 | [log] [tgz] |
---|---|---|
author | Alp Toker <alp@nuanti.com> | Thu Dec 05 16:25:25 2013 +0000 |
committer | Alp Toker <alp@nuanti.com> | Thu Dec 05 16:25:25 2013 +0000 |
tree | 7cef755bd0df91b4b4b1267fb92e52a8a7953ded | |
parent | 4cc2b87375e4d7a9ffdd93434033b742074ed078 [diff] [blame] |
Fix a tranche of comment, test and doc typos llvm-svn: 196510
diff --git a/clang/test/Analysis/dynamic-cast.cpp b/clang/test/Analysis/dynamic-cast.cpp index 6bb571d..b48ee5b 100644 --- a/clang/test/Analysis/dynamic-cast.cpp +++ b/clang/test/Analysis/dynamic-cast.cpp
@@ -169,7 +169,7 @@ return *res; // no warning } -int testReferenceSuccesfulCast() { +int testReferenceSuccessfulCast() { B rb; B &b = dynamic_cast<B&>(rb); int *x = 0;