[lld] r353340 - Correct "varaible" typo in comment
Ed Maste via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 6 12:36:02 PST 2019
Author: emaste
Date: Wed Feb 6 12:36:02 2019
New Revision: 353340
URL: http://llvm.org/viewvc/llvm-project?rev=353340&view=rev
Log:
Correct "varaible" typo in comment
Modified:
lld/trunk/ELF/Config.h
Modified: lld/trunk/ELF/Config.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Config.h?rev=353340&r1=353339&r2=353340&view=diff
==============================================================================
--- lld/trunk/ELF/Config.h (original)
+++ lld/trunk/ELF/Config.h Wed Feb 6 12:36:02 2019
@@ -265,7 +265,7 @@ struct Configuration {
//
// Since the flag is updated by multi-threaded code, we use std::atomic.
// (Writing to a variable is not considered thread-safe even if the
- // varaible is boolean and we always set the same value from all threads.)
+ // variable is boolean and we always set the same value from all threads.)
std::atomic<bool> HasStaticTlsModel{false};
// Holds set of ELF header flags for the target.
More information about the llvm-commits
mailing list