summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/merge-using-decls/b.h
diff options
context:
space:
mode:
authorCharles Li <charles.li@sony.com>2017-03-01 17:55:03 +0000
committerCharles Li <charles.li@sony.com>2017-03-01 17:55:03 +0000
commitceccf2d738267dd0f8c10a23f24caf70f971c97d (patch)
treea0c3d7f8f7b1a7be3589a6fff591d98ecdebded0 /clang/test/Modules/Inputs/merge-using-decls/b.h
parent5f4dedffd4325f8378ab6644932bcbfa5e9f6db8 (diff)
downloadbcm5719-llvm-ceccf2d738267dd0f8c10a23f24caf70f971c97d.tar.gz
bcm5719-llvm-ceccf2d738267dd0f8c10a23f24caf70f971c97d.zip
[Test] NFC: Fixed typo in comments
Changed "declerations" to "declarations" llvm-svn: 296648
Diffstat (limited to 'clang/test/Modules/Inputs/merge-using-decls/b.h')
-rw-r--r--clang/test/Modules/Inputs/merge-using-decls/b.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Modules/Inputs/merge-using-decls/b.h b/clang/test/Modules/Inputs/merge-using-decls/b.h
index 5bad68d2d5f..5d112ffbfe9 100644
--- a/clang/test/Modules/Inputs/merge-using-decls/b.h
+++ b/clang/test/Modules/Inputs/merge-using-decls/b.h
@@ -29,7 +29,7 @@ template<typename T> struct D : X, T {
using typename X::t;
};
-#if __cplusplus <= 199711L // C++11 does not allow access declerations
+#if __cplusplus <= 199711L // C++11 does not allow access declarations
template<typename T> struct E : X, T {
// Mismatch in using/access-declaration-ness.
T::value;
@@ -49,7 +49,7 @@ template<typename T> struct F : X, T {
typedef C<YB>::type I;
typedef D<YBRev>::t I;
-#if __cplusplus <= 199711L // C++11 does not allow access declerations
+#if __cplusplus <= 199711L // C++11 does not allow access declarations
typedef E<YB>::type I;
#endif
OpenPOWER on IntegriCloud