From 19712415a57509f722c0552550cbc308c25bde7b Mon Sep 17 00:00:00 2001 From: Bob Haarman Date: Tue, 24 Sep 2019 20:17:54 +0000 Subject: [PATCH] [NFC][COFF] fix typo in comment ("algortihm" -> "algorithm") llvm-svn: 372776 --- lld/COFF/ICF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/COFF/ICF.cpp b/lld/COFF/ICF.cpp index 2b2818d..abd7193 100644 --- a/lld/COFF/ICF.cpp +++ b/lld/COFF/ICF.cpp @@ -13,7 +13,7 @@ // // On Windows, ICF is enabled by default. // -// See ELF/ICF.cpp for the details about the algortihm. +// See ELF/ICF.cpp for the details about the algorithm. // //===----------------------------------------------------------------------===// -- 2.7.4