Fix spelling mistake. NFC.

This commit is contained in:
Simon Pilgrim 2020-09-03 15:11:56 +01:00
parent bdd5bfd0e4
commit 0563cd6739
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ namespace llvm {
MCStreamer &Streamer) const override;
};
/// This implemenatation is used for X86 ELF targets that don't
/// This implementation is used for X86 ELF targets that don't
/// have a further specialization.
class X86ELFTargetObjectFile : public TargetLoweringObjectFileELF {
public: