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,