From 3578c60ae17a31fef6486ba5c3a2f97b899fb243 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 11 Mar 2013 17:51:42 +0000 Subject: Add MPU support for the LPC17xx family git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5731 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/src/sam3u/sam3u_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/arch/arm/src/sam3u/sam3u_internal.h') diff --git a/nuttx/arch/arm/src/sam3u/sam3u_internal.h b/nuttx/arch/arm/src/sam3u/sam3u_internal.h index 14857bcf8..8953aa0c6 100644 --- a/nuttx/arch/arm/src/sam3u/sam3u_internal.h +++ b/nuttx/arch/arm/src/sam3u/sam3u_internal.h @@ -453,7 +453,7 @@ void sam3u_lowsetup(void); * For the case of the separate user-/kernel-space build, perform whatever * platform specific initialization of the user memory is required. * Normally this just means initializing the user space .data and .bss - * segements. + * segments. * ****************************************************************************/ @@ -465,7 +465,7 @@ void sam3u_userspace(void); * Name: sam3u_mpuinitialize * * Description: - * Configure the MPU to permit user-space access to only restricted SAM3U + * Configure the MPU to permit user-space access to only unrestricted SAM3U * resources. * ****************************************************************************/ -- cgit v1.2.3