summaryrefslogtreecommitdiff
path: root/nuttx/sched/pg_miss.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-14 03:51:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-14 03:51:03 +0000
commit92631989a23839c45c84e8d2e08eedde30326189 (patch)
treed01a3715caad578484321c62aa63eb0047e35906 /nuttx/sched/pg_miss.c
parent8e0fe174fee43677b27613ed8d8695689c87f1d7 (diff)
downloadpx4-nuttx-92631989a23839c45c84e8d2e08eedde30326189.tar.gz
px4-nuttx-92631989a23839c45c84e8d2e08eedde30326189.tar.bz2
px4-nuttx-92631989a23839c45c84e8d2e08eedde30326189.zip
paging documentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2851 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/pg_miss.c')
-rw-r--r--nuttx/sched/pg_miss.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/sched/pg_miss.c b/nuttx/sched/pg_miss.c
index 54170f8c5..d1fdf8b31 100644
--- a/nuttx/sched/pg_miss.c
+++ b/nuttx/sched/pg_miss.c
@@ -59,7 +59,7 @@
* Name: pg_miss
*
* Description:
- * This function is called from architecture-specific memory segmentaion
+ * This function is called from architecture-specific memory segmentation
* fault handling logic. This function will perform the following
* operations:
*
@@ -101,8 +101,8 @@
* Interrupt handling logic must always be present and "locked" into
* memory.
* - As mentioned above, the task causing the page fault must not be the
- * the page fill worker thread because that is the only way to complete
- * the page fill.
+ * page fill worker thread because that is the only way to complete the
+ * page fill.
*
* NOTES:
* 1. One way to accomplish this would be a two pass link phase: