[lld] r248855 - Fix typo.
Rafael Espindola via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 29 16:23:53 PDT 2015
Author: rafael
Date: Tue Sep 29 18:23:53 2015
New Revision: 248855
URL: http://llvm.org/viewvc/llvm-project?rev=248855&view=rev
Log:
Fix typo.
Modified:
lld/trunk/ELF/Target.cpp
Modified: lld/trunk/ELF/Target.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Target.cpp?rev=248855&r1=248854&r2=248855&view=diff
==============================================================================
--- lld/trunk/ELF/Target.cpp (original)
+++ lld/trunk/ELF/Target.cpp Tue Sep 29 18:23:53 2015
@@ -132,7 +132,7 @@ bool X86_64TargetInfo::relocNeedsPlt(uin
// This relocation is defined to have a value of (S + A - P).
// The problems start when a non PIC program calls a function is a shared
// library.
- // In an idea world, we could just report an error saying the relocation
+ // In an ideal world, we could just report an error saying the relocation
// can overflow at runtime.
// In the real world, crt1.o has a R_X86_64_PC32 pointing to libc.so.
// The general idea is to create a PLT entry and use that as the function
More information about the llvm-commits
mailing list