fix typo "varaibles"
authorNico Weber <nicolasweber@gmx.de>
Wed, 24 Aug 2016 16:36:41 +0000 (16:36 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 24 Aug 2016 16:36:41 +0000 (16:36 +0000)
llvm-svn: 279638

lld/ELF/Target.cpp

index cef32ab..32f03f4 100644 (file)
@@ -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.