summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOccupyMars2025 <31559413+OccupyMars2025@users.noreply.github.com>2022-11-05 03:02:26 +0800
committerGitHub <noreply@github.com>2022-11-04 12:02:26 -0700
commit1fc8a8ee42a1c9377f7445490cdbe6b4c0f4af03 (patch)
tree4c584cfe73a4636229bf262f2ccac01cda4a5105
parentc568ba8c446530cae0343cae2576e47f9700cf30 (diff)
downloadfreertos-git-1fc8a8ee42a1c9377f7445490cdbe6b4c0f4af03.tar.gz
modify a typo (#869)
-rw-r--r--FreeRTOS/Demo/RISC-V_RV32_QEMU_VIRT_GCC/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FreeRTOS/Demo/RISC-V_RV32_QEMU_VIRT_GCC/main.c b/FreeRTOS/Demo/RISC-V_RV32_QEMU_VIRT_GCC/main.c
index 04ec3557d..03c4198c1 100644
--- a/FreeRTOS/Demo/RISC-V_RV32_QEMU_VIRT_GCC/main.c
+++ b/FreeRTOS/Demo/RISC-V_RV32_QEMU_VIRT_GCC/main.c
@@ -315,7 +315,7 @@ void *malloc( size_t size )
/* This project uses heap_4 so doesn't set up a heap for use by the C
library - but something is calling the C library malloc(). See
https://freertos.org/a00111.html for more information. */
- printf( "\r\n\r\nUnexpected call to malloc() - should be usine pvPortMalloc()\r\n" );
+ printf( "\r\n\r\nUnexpected call to malloc() - should be using pvPortMalloc()\r\n" );
portDISABLE_INTERRUPTS();
for( ;; );