From: John McCall Date: Tue, 8 Mar 2011 18:01:22 +0000 (+0000) Subject: Typo. Patch by arrowdodger. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cdc06fa3c7d68b92f56a5a9c537ac159aefc6323;p=oota-llvm.git Typo. Patch by arrowdodger. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127256 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/MC/MCDisassembler.h b/include/llvm/MC/MCDisassembler.h index c9e42eb6c79..0fdb51b11bf 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