Skip to content

Commit d234d3e

Browse files
Update lldb/source/Core/Disassembler.cpp
Co-authored-by: Adrian Prantl <[email protected]>
1 parent 212a401 commit d234d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Core/Disassembler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ void Disassembler::PrintInstructions(Debugger &debugger, const ArchSpec &arch,
397397
// enhances source-level debugging.
398398

399399
struct VarState {
400-
std::string name; //< Display name.
400+
std::string name; ///< Display name.
401401
std::string last_loc; //< Last printed location (empty means <undef>).
402402
bool seen_this_inst = false;
403403
};

0 commit comments

Comments
 (0)