From ead657b4af00bc3eec2cf57452a6cc34a1f4eb0b Mon Sep 17 00:00:00 2001 From: Nav Date: Sun, 15 May 2022 12:05:46 +0100 Subject: [PATCH] Tidying --- src/DebugServer/Gdb/AvrGdb/CommandPackets/ReadMemoryMap.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DebugServer/Gdb/AvrGdb/CommandPackets/ReadMemoryMap.hpp b/src/DebugServer/Gdb/AvrGdb/CommandPackets/ReadMemoryMap.hpp index 6532ffeb..b200e49d 100644 --- a/src/DebugServer/Gdb/AvrGdb/CommandPackets/ReadMemoryMap.hpp +++ b/src/DebugServer/Gdb/AvrGdb/CommandPackets/ReadMemoryMap.hpp @@ -7,7 +7,7 @@ namespace Bloom::DebugServer::Gdb::AvrGdb::CommandPackets { /** - * The ReadMemoryMap class implements a structure for "qXfer:memory-map:read::..." packet. Upon receiving this + * The ReadMemoryMap class implements a structure for the "qXfer:memory-map:read::..." packet. Upon receiving this * packet, the server is expected to respond with the target's memory map. */ class ReadMemoryMap: public Gdb::CommandPackets::CommandPacket