fix typo "varaibles"

llvm-svn: 279638
This commit is contained in:
Nico Weber 2016-08-24 16:36:41 +00:00
parent cbd559f507
commit d08aa5c391
1 changed files with 1 additions and 1 deletions

View 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.