[NFC][COFF] fix typo in comment ("algortihm" -> "algorithm")

llvm-svn: 372776
This commit is contained in:
Bob Haarman 2019-09-24 20:17:54 +00:00
parent e52ed1e80c
commit 19712415a5

View File

@ -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.
//
//===----------------------------------------------------------------------===//