From 58dce1bf41d883e9e08e946420e4ef017f538829 Mon Sep 17 00:00:00 2001 From: Nav Date: Sun, 23 Feb 2025 17:17:05 +0000 Subject: [PATCH] Tidying --- src/DebugServer/Gdb/GdbDebugServerConfig.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/DebugServer/Gdb/GdbDebugServerConfig.hpp b/src/DebugServer/Gdb/GdbDebugServerConfig.hpp index 5e4e0a54..583e29e9 100644 --- a/src/DebugServer/Gdb/GdbDebugServerConfig.hpp +++ b/src/DebugServer/Gdb/GdbDebugServerConfig.hpp @@ -39,9 +39,9 @@ namespace DebugServer::Gdb * Determines whether Bloom will seek to disable packet acknowledgement with GDB, at the start of the debug * session. * - * If this is set to false, Bloom will communicate its ability to disable package acknowledgment to GDB. - * GDB may then send the appropriate packet to disable packet acknowledgment. However, this isn't - * guaranteed - GDB may be configured to keep packet acknowledgment enabled (via the + * If this is set to false, Bloom will communicate its ability to disable package acknowledgement to GDB. + * GDB may then send the appropriate packet to disable packet acknowledgement. However, this isn't + * guaranteed - GDB may be configured to keep packet acknowledgement enabled (via the * `set remote noack-packet off` command). * * This parameter is optional. If not specified, the default value set here will be used.