diff options
-rw-r--r-- | lld/ELF/Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Config.h b/lld/ELF/Config.h index 74400261d71..4e6c44f5db3 100644 --- a/lld/ELF/Config.h +++ b/lld/ELF/Config.h @@ -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. |