From d08aa5c3915c063c87ab58dc7987a7653f2f0572 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 24 Aug 2016 16:36:41 +0000 Subject: [PATCH] fix typo "varaibles" llvm-svn: 279638 --- lld/ELF/Target.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/ELF/Target.cpp b/lld/ELF/Target.cpp index cef32ab..32f03f4 100644 --- a/lld/ELF/Target.cpp +++ b/lld/ELF/Target.cpp @@ -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. -- 2.7.4