From 6c2da47fb259bd205ce4ed21f5da1c5e89625426 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Fri, 13 Nov 2009 20:57:51 +0000 Subject: [PATCH] Fixed typo. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@932 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Source/include/mpu_wrappers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/include/mpu_wrappers.h b/Source/include/mpu_wrappers.h index 6f13f5af3..ba7f7ce47 100644 --- a/Source/include/mpu_wrappers.h +++ b/Source/include/mpu_wrappers.h @@ -59,7 +59,7 @@ only for ports that are using the MPU. */ #ifdef portUSING_MPU_WRAPPERS /* MPU_WRAPPERS_INCLUDED_FROM_API_FILE will be defined when this file is - included from queue.c or task.c to prevent it from having an effict within + included from queue.c or task.c to prevent it from having an effect within those files. */ #ifndef MPU_WRAPPERS_INCLUDED_FROM_API_FILE -- 2.39.2