From f3d57275918a5cfc5fbe7e9293b68c9f6dce3b0d Mon Sep 17 00:00:00 2001 From: Avi Date: Wed, 28 Sep 2022 17:54:47 +1000 Subject: [PATCH] Noticed a couple of typos in .dox file. --- docs/dox_src/cfs_mm.dox | 2 +- fsw/src/mm_dump.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dox_src/cfs_mm.dox b/docs/dox_src/cfs_mm.dox index 1438a8f..86fbdbe 100644 --- a/docs/dox_src/cfs_mm.dox +++ b/docs/dox_src/cfs_mm.dox @@ -128,7 +128,7 @@ manipulations. That function is allocated to the CFS FM (File Manager) application. MM is a command driven, single threaded application. It will pend indefinitely on the software bus - message queue until commands are recieved and then process them sequentially in the order they + message queue until commands are received and then process them sequentially in the order they arrived. Memory Manager segments loads and dumps in order to prevent CPU hogging. Despite this, careful consideration should be made when loading and dumping large amounts of memory. See \ref cfsmmdg. diff --git a/fsw/src/mm_dump.c b/fsw/src/mm_dump.c index 99f4db1..525cea5 100644 --- a/fsw/src/mm_dump.c +++ b/fsw/src/mm_dump.c @@ -183,7 +183,7 @@ bool MM_PeekMem(const MM_PeekCmd_t *CmdPtr, cpuaddr SrcAddress) /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ -/* Dump memory to file comand */ +/* Dump memory to file command */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ bool MM_DumpMemToFileCmd(const CFE_SB_Buffer_t *BufPtr)