diff options
-rw-r--r-- | lld/ELF/Target.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Target.cpp b/lld/ELF/Target.cpp index cef32abf6cb..32f03f422f4 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. |