Skip to content

Commit 95c6201

Browse files
ashgtivogelsgesang
andauthored
Update lldb/tools/lldb-dap/Protocol.h
Co-authored-by: Adrian Vogelsgesang <[email protected]>
1 parent dd6340b commit 95c6201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/tools/lldb-dap/Protocol.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ bool fromJSON(const llvm::json::Value &, Event &, llvm::json::Path);
119119
// "_enum" : [ "cancelled", "notStopped" ],
120120
// "enumDescriptions" : [
121121
// "the request was cancelled.",
122-
// "the request may be retried once the adapter is in a 'stopped'
123-
// state."
122+
// "the request may be retried once the adapter is in a 'stopped'"
123+
// "state."
124124
// ]
125125
// },
126126
// "body" : {

0 commit comments

Comments
 (0)