summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/sama5/sam_allocateheap.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-07 19:25:30 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-07 19:25:30 -0600
commitec851aa49d66cb4c1c4e50950ca3bfd64d819dba (patch)
treed652479967d572cff80e8a74101cec453a1c7a87 /nuttx/arch/arm/src/sama5/sam_allocateheap.c
parent0c8d23f99da4483069c8d188e9b7e50938e68962 (diff)
downloadpx4-nuttx-ec851aa49d66cb4c1c4e50950ca3bfd64d819dba.tar.gz
px4-nuttx-ec851aa49d66cb4c1c4e50950ca3bfd64d819dba.tar.bz2
px4-nuttx-ec851aa49d66cb4c1c4e50950ca3bfd64d819dba.zip
SAMA5D4-EK: In kernel build with address environment, need logic to map user virtual addresses to physical addresses, and vice versa
Diffstat (limited to 'nuttx/arch/arm/src/sama5/sam_allocateheap.c')
-rw-r--r--nuttx/arch/arm/src/sama5/sam_allocateheap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/sama5/sam_allocateheap.c b/nuttx/arch/arm/src/sama5/sam_allocateheap.c
index 5cff278aa..9ece85b41 100644
--- a/nuttx/arch/arm/src/sama5/sam_allocateheap.c
+++ b/nuttx/arch/arm/src/sama5/sam_allocateheap.c
@@ -195,7 +195,7 @@
#endif
/* The heap space in the primary memory region is added automatically when
- * up_allocate heap is called. So if the memory region is the primary region,
+ * up_allocate_heap is called. So if the memory region is the primary region,
* it should not be added to the heap (again).
*/