Skip to content

Commit

Permalink
Noticed a couple of typos in .dox file.
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Sep 28, 2022
1 parent 6f4e054 commit f3d5727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/dox_src/cfs_mm.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion fsw/src/mm_dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f3d5727

Please sign in to comment.