summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv7-a/arm_fullcontextrestore.S
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-12 10:31:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-12 10:31:58 -0600
commit5e6d8cafd8f47bc78a4667732837dae68869283c (patch)
treefc17b31a653eebe352a618ee83011e0c4d0ee6cf /nuttx/arch/arm/src/armv7-a/arm_fullcontextrestore.S
parent2425a7e58bf1e08e6b22880dfca6f9095e675630 (diff)
downloadpx4-nuttx-5e6d8cafd8f47bc78a4667732837dae68869283c.tar.gz
px4-nuttx-5e6d8cafd8f47bc78a4667732837dae68869283c.tar.bz2
px4-nuttx-5e6d8cafd8f47bc78a4667732837dae68869283c.zip
Comsetic updates to comments, debug output
Diffstat (limited to 'nuttx/arch/arm/src/armv7-a/arm_fullcontextrestore.S')
-rw-r--r--nuttx/arch/arm/src/armv7-a/arm_fullcontextrestore.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/armv7-a/arm_fullcontextrestore.S b/nuttx/arch/arm/src/armv7-a/arm_fullcontextrestore.S
index f6de34b98..4a8b926ca 100644
--- a/nuttx/arch/arm/src/armv7-a/arm_fullcontextrestore.S
+++ b/nuttx/arch/arm/src/armv7-a/arm_fullcontextrestore.S
@@ -116,7 +116,7 @@ up_fullcontextrestore:
#ifdef CONFIG_BUILD_KERNEL
/* For the kernel build, we need to be able to transition gracefully
- * between kernel- and user-mode tasks. We have to do that with a system
+ * between kernel- and user-mode tasks. Here we do that with a system
* call; the system call will execute in kernel mode and but can return
* to either user or kernel mode.
*/