Rename xTaskGetSystemState() uxTaskGetSystemState().
diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h b/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
index 273e3d3..80610b7 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
@@ -112,7 +112,7 @@
#define configKERNEL_INTERRUPT_PRIORITY 30
/* This demo makes use of one or more example stats formatting functions. These
-format the raw data provided by the xTaskGetSystemState() function in to human
+format the raw data provided by the uxTaskGetSystemState() function in to human
readable ASCII form. See the notes in the implementation of vTaskList() within
FreeRTOS/Source/tasks.c for limitations. */
#define configUSE_STATS_FORMATTING_FUNCTIONS 1