From: Nico Weber Date: Wed, 24 Aug 2016 16:36:41 +0000 (+0000) Subject: fix typo "varaibles" X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d08aa5c3915c063c87ab58dc7987a7653f2f0572;p=platform%2Fupstream%2Fllvm.git fix typo "varaibles" llvm-svn: 279638 --- 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.