fix comment typo to cycle bots
authorNico Weber <thakis@chromium.org>
Wed, 17 Feb 2021 20:29:39 +0000 (15:29 -0500)
committerNico Weber <thakis@chromium.org>
Wed, 17 Feb 2021 20:29:39 +0000 (15:29 -0500)
lld/ELF/Symbols.cpp

index a54f68e..3ce6a98 100644 (file)
@@ -698,7 +698,7 @@ static void replaceCommon(Symbol &oldSym, const LazyT &newSym) {
 
 template <class LazyT> void Symbol::resolveLazy(const LazyT &other) {
   // For common objects, we want to look for global or weak definitions that
-  // should be fetched as the cannonical definition instead.
+  // should be fetched as the canonical definition instead.
   if (isCommon() && elf::config->fortranCommon) {
     if (auto *laSym = dyn_cast<LazyArchive>(&other)) {
       ArchiveFile *archive = cast<ArchiveFile>(laSym->file);