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)