Skip to content

Commit f3d5727

Browse files
committedSep 28, 2022
Noticed a couple of typos in .dox file.
1 parent 6f4e054 commit f3d5727

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docs/dox_src/cfs_mm.dox

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
manipulations. That function is allocated to the CFS FM (File Manager) application.
129129

130130
MM is a command driven, single threaded application. It will pend indefinitely on the software bus
131-
message queue until commands are recieved and then process them sequentially in the order they
131+
message queue until commands are received and then process them sequentially in the order they
132132
arrived. Memory Manager segments loads and dumps in order to prevent CPU hogging. Despite this,
133133
careful consideration should be made when loading and dumping large amounts of memory. See
134134
\ref cfsmmdg.

‎fsw/src/mm_dump.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ bool MM_PeekMem(const MM_PeekCmd_t *CmdPtr, cpuaddr SrcAddress)
183183

184184
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
185185
/* */
186-
/* Dump memory to file comand */
186+
/* Dump memory to file command */
187187
/* */
188188
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
189189
bool MM_DumpMemToFileCmd(const CFE_SB_Buffer_t *BufPtr)

0 commit comments

Comments
 (0)