diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2010-05-14 01:02:48 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2010-05-14 01:02:48 +0000 |
| commit | f0d6ae8ae1eac726ff51eef953fb80a8a74905dc (patch) | |
| tree | 031fdb9527327597cb54b357e27f1ccf0a9fecf4 | |
| parent | cf6de218f7865a92ec9b550a72d8693f963fcb4d (diff) | |
| download | external_llvm-f0d6ae8ae1eac726ff51eef953fb80a8a74905dc.zip external_llvm-f0d6ae8ae1eac726ff51eef953fb80a8a74905dc.tar.gz external_llvm-f0d6ae8ae1eac726ff51eef953fb80a8a74905dc.tar.bz2 | |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103755 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | include/llvm/MC/MCObjectWriter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCObjectWriter.h b/include/llvm/MC/MCObjectWriter.h index 522ee77..5d3493c 100644 --- a/include/llvm/MC/MCObjectWriter.h +++ b/include/llvm/MC/MCObjectWriter.h @@ -78,7 +78,7 @@ public: /// Write the object file. /// /// This routine is called by the assembler after layout and relaxation is - /// complete, fixups have been evaluate and applied, and relocations + /// complete, fixups have been evaluated and applied, and relocations /// generated. virtual void WriteObject(const MCAssembler &Asm, const MCAsmLayout &Layout) = 0; |
