diff options
author | John McCall <rjmccall@apple.com> | 2011-03-08 18:01:22 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2011-03-08 18:01:22 +0000 |
commit | cdc06fa3c7d68b92f56a5a9c537ac159aefc6323 (patch) | |
tree | 19f6a50b98461b64246010c0a8d35f7a97d809d3 /include/llvm/MC/MCDisassembler.h | |
parent | f337fb2fa8be9100f469650f1e32e8474525672f (diff) |
Typo. Patch by arrowdodger.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127256 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCDisassembler.h')
-rw-r--r-- | include/llvm/MC/MCDisassembler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCDisassembler.h b/include/llvm/MC/MCDisassembler.h index c9e42eb6c7..0fdb51b11b 100644 --- a/include/llvm/MC/MCDisassembler.h +++ b/include/llvm/MC/MCDisassembler.h @@ -46,7 +46,7 @@ public: uint64_t address, raw_ostream &vStream) const = 0; - /// getEDInfo - Returns the enhanced insturction information corresponding to + /// getEDInfo - Returns the enhanced instruction information corresponding to /// the disassembler. /// /// @return - An array of instruction information, with one entry for |