Debugger: Fix some incorrect comments

This commit is contained in:
chaoticgd 2025-12-05 10:17:05 +00:00 committed by Ty
parent e9977f2a2c
commit 4acf27234e
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ public:
CLONE_LAYOUT,
};
// Bundles together a creation mode and inital state.
// Bundles together a creation mode and a default dock layout index.
using InitialState = std::pair<CreationMode, size_t>;
// Create a "New Layout" dialog.

View File

@ -55,7 +55,7 @@ public:
const ccc::SymbolDatabase& database,
const SymbolTreeDisplayOptions& display_options);
// Write the value back to the VM memory. Returns true on success.
// Write the value back to the VM memory. Returns true if the data changed.
bool writeToVM(
QVariant value,
DebugInterface& cpu,