Skip to content

Commit b3ef9b9

Browse files
Update lldb/source/Commands/CommandObjectDisassemble.cpp
Co-authored-by: Jonas Devlieghere <[email protected]>
1 parent ebbf286 commit b3ef9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Commands/CommandObjectDisassemble.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ void CommandObjectDisassemble::CommandOptions::OptionParsingStarting(
190190
// architecture. For now GetDisassemblyFlavor is really only valid for x86
191191
// (and for the llvm assembler plugin, but I'm papering over that since that
192192
// is the only disassembler plugin we have...
193-
// this logic is also duplicated in `Handler/DisassembleRequestHandler`
193+
// This logic is duplicated in `Handler/DisassembleRequestHandler`.
194194
if (target->GetArchitecture().GetTriple().getArch() == llvm::Triple::x86 ||
195195
target->GetArchitecture().GetTriple().getArch() ==
196196
llvm::Triple::x86_64) {

0 commit comments

Comments
 (0)