[lld] r279638 - fix typo "varaibles"
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 24 09:36:42 PDT 2016
Author: nico
Date: Wed Aug 24 11:36:41 2016
New Revision: 279638
URL: http://llvm.org/viewvc/llvm-project?rev=279638&view=rev
Log:
fix typo "varaibles"
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=279638&r1=279637&r2=279638&view=diff
==============================================================================
--- lld/trunk/ELF/Target.cpp (original)
+++ lld/trunk/ELF/Target.cpp Wed Aug 24 11:36:41 2016
@@ -10,7 +10,7 @@
// Machine-specific things, such as applying relocations, creation of
// GOT or PLT entries, etc., are handled in this file.
//
-// Refer the ELF spec for the single letter varaibles, S, A or P, used
+// Refer the ELF spec for the single letter variables, S, A or P, used
// in this file.
//
// Some functions defined in this file has "relaxTls" as part of their names.
More information about the llvm-commits
mailing list