Skip to content

Commit

Permalink
Fixed minor text typo in source code (printf string).
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Sep 1, 2021
1 parent f981fb1 commit 6ae8144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/pc-rtems/src/cfe_psp_memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ void CFE_PSP_SetupReservedMemoryMap(void)
RequiredSize += CDSSize;
RequiredSize += UserReservedSize;

OS_printf("Sizeof BSP reserved memory = %u bytes\n", (unsigned int)RequiredSize);
OS_printf("Size of BSP reserved memory = %u bytes\n", (unsigned int)RequiredSize);

PcRtems_ReservedMemBlock.BlockPtr = malloc(RequiredSize);

Expand Down

0 comments on commit 6ae8144

Please sign in to comment.