[lld] r272134 - [ELF] - Fixed mistype in comment. NFC.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 8 05:29:31 PDT 2016
Author: grimar
Date: Wed Jun 8 07:29:29 2016
New Revision: 272134
URL: http://llvm.org/viewvc/llvm-project?rev=272134&view=rev
Log:
[ELF] - Fixed mistype in comment. NFC.
Modified:
lld/trunk/ELF/Relocations.cpp
Modified: lld/trunk/ELF/Relocations.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Relocations.cpp?rev=272134&r1=272133&r2=272134&view=diff
==============================================================================
--- lld/trunk/ELF/Relocations.cpp (original)
+++ lld/trunk/ELF/Relocations.cpp Wed Jun 8 07:29:29 2016
@@ -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,
More information about the llvm-commits
mailing list