From 4acf27234e709ba2c2d811f46e43347d45072693 Mon Sep 17 00:00:00 2001 From: chaoticgd <43898262+chaoticgd@users.noreply.github.com> Date: Fri, 5 Dec 2025 10:17:05 +0000 Subject: [PATCH] Debugger: Fix some incorrect comments --- pcsx2-qt/Debugger/Docking/LayoutEditorDialog.h | 2 +- pcsx2-qt/Debugger/SymbolTree/SymbolTreeNode.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pcsx2-qt/Debugger/Docking/LayoutEditorDialog.h b/pcsx2-qt/Debugger/Docking/LayoutEditorDialog.h index 04e0d25be4..984596154e 100644 --- a/pcsx2-qt/Debugger/Docking/LayoutEditorDialog.h +++ b/pcsx2-qt/Debugger/Docking/LayoutEditorDialog.h @@ -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; // Create a "New Layout" dialog. diff --git a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeNode.h b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeNode.h index 6d67c1173c..e43bb0029e 100644 --- a/pcsx2-qt/Debugger/SymbolTree/SymbolTreeNode.h +++ b/pcsx2-qt/Debugger/SymbolTree/SymbolTreeNode.h @@ -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,