X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FDemo%2FColdFire_MCF52259_CodeWarrior%2Fmain.c;fp=FreeRTOS%2FDemo%2FColdFire_MCF52259_CodeWarrior%2Fmain.c;h=3a9f06d88c7442c2ddd4c7a42458f50ec9986d64;hb=7a0d4022a11aa7adcc64d3705dc99fbb73065ed7;hp=3a4d94c5d42f9b8933fe37d0c5d244d8d2f54567;hpb=c6f0bc2af416b9c9db82534d9d47e8bc2568d114;p=freertos diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c index 3a4d94c5d..3a9f06d88 100644 --- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c +++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c @@ -280,7 +280,7 @@ TickType_t xLastExecutionTime; ulTicksToWait = mainERROR_PERIOD; } - /* Toggle the LED each itteration. */ + /* Toggle the LED each iteration. */ vParTestToggleLED( mainCHECK_LED ); } }