[lldb] Fix stale diagnostic event comments (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 24 Oct 2022 18:13:51 +0000 (11:13 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 24 Oct 2022 18:14:52 +0000 (11:14 -0700)
commit5b17eb1c1e152a6d7dbcb94d7613bc2a7ea0b92b
tree82230ba31eb15da1a5ddd45fc7416f3ad492a080
parent94b8469a88bca49af8a71b6668eece1bbd48004b
[lldb] Fix stale diagnostic event comments (NFC)

The diagnostic events were heavily inspired by the progress events and
several comments incorrectly referenced "progress" rather than
"diagnostic" events.
lldb/include/lldb/Core/Debugger.h
lldb/source/Core/Debugger.cpp