diff --git a/include/mpu_wrappers.h b/include/mpu_wrappers.h index abdc74a43..6da06e7f5 100644 --- a/include/mpu_wrappers.h +++ b/include/mpu_wrappers.h @@ -46,7 +46,7 @@ * privileges. */ -/* Map standard tasks.h API functions to the MPU equivalents. */ +/* Map standard task.h API functions to the MPU equivalents. */ #define xTaskCreate MPU_xTaskCreate #define xTaskCreateStatic MPU_xTaskCreateStatic #define vTaskDelete MPU_vTaskDelete