Skip to content

Commit 9b6fdd7

Browse files
ashgtiJDevlieghere
andcommitted
Update lldb/tools/lldb-dap/JSONUtils.cpp
Co-authored-by: Jonas Devlieghere <[email protected]>
1 parent bcf2e2c commit 9b6fdd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/lldb-dap/JSONUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ llvm::json::Value CreateStackFrame(lldb::SBFrame &frame,
808808
EmplaceSafeString(source, "path",
809809
std::string(buf, size) + '`' + frame_name);
810810
source.try_emplace("sourceReference", MakeDAPFrameID(frame));
811-
// Markthe source as deemphasized since users will only be able to view
811+
// Mark the source as deemphasized since users will only be able to view
812812
// assembly for these frames.
813813
EmplaceSafeString(source, "presentationHint", "deemphasize");
814814
object.try_emplace("source", std::move(source));

0 commit comments

Comments
 (0)