[ELF] - Fixed mistype in comment. NFC.
llvm-svn: 272134
diff --git a/lld/ELF/Relocations.cpp b/lld/ELF/Relocations.cpp
index 98cd966..aa6876c 100644
--- a/lld/ELF/Relocations.cpp
+++ b/lld/ELF/Relocations.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file contains platform-independent functions to processe relocations.
+// This file contains platform-independent functions to process relocations.
// I'll describe the overview of this file here.
//
// Simple relocations are easy to handle for the linker. For example,