diff options
| author | Alexander Kornienko <alexfh@google.com> | 2018-04-06 15:14:32 +0000 |
|---|---|---|
| committer | Alexander Kornienko <alexfh@google.com> | 2018-04-06 15:14:32 +0000 |
| commit | 2a8c18d99118827ff752cc8952a2096f33715f31 (patch) | |
| tree | 5fbe7871948cb2c241487ca9ee86159891d67b64 /clang/test/CXX/special/class.init/class.inhctor.init | |
| parent | ad768585ff488cf01588b2d0caa1f95260031cdc (diff) | |
| download | bcm5719-llvm-2a8c18d99118827ff752cc8952a2096f33715f31.tar.gz bcm5719-llvm-2a8c18d99118827ff752cc8952a2096f33715f31.zip | |
Fix typos in clang
Found via codespell -q 3 -I ../clang-whitelist.txt
Where whitelist consists of:
archtype
cas
classs
checkk
compres
definit
frome
iff
inteval
ith
lod
methode
nd
optin
ot
pres
statics
te
thru
Patch by luzpaz! (This is a subset of D44188 that applies cleanly with a few
files that have dubious fixes reverted.)
Differential revision: https://reviews.llvm.org/D44188
llvm-svn: 329399
Diffstat (limited to 'clang/test/CXX/special/class.init/class.inhctor.init')
| -rw-r--r-- | clang/test/CXX/special/class.init/class.inhctor.init/p1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CXX/special/class.init/class.inhctor.init/p1.cpp b/clang/test/CXX/special/class.init/class.inhctor.init/p1.cpp index 1f4362740b0..87fb195604d 100644 --- a/clang/test/CXX/special/class.init/class.inhctor.init/p1.cpp +++ b/clang/test/CXX/special/class.init/class.inhctor.init/p1.cpp @@ -114,7 +114,7 @@ namespace constexpr_init_order { constexpr B b(1); constexpr B c(1); static_assert(b.a == 1, "p should be initialized before B() is executed"); - static_assert(c.a == 7, "b not initialzed properly"); + static_assert(c.a == 7, "b not initialized properly"); } namespace default_args { |

