summaryrefslogtreecommitdiff
path: root/nuttx/fs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-30 17:57:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-30 17:57:20 -0600
commit9785aa92417755e2519bfe59a818c64fa4b4782a (patch)
tree5e347f2df46e8ae49e41eee60cfe806d7199d72d /nuttx/fs
parent4f38b4fdae5e0b74d551e65cc67021168c05e969 (diff)
downloadnuttx-9785aa92417755e2519bfe59a818c64fa4b4782a.tar.gz
nuttx-9785aa92417755e2519bfe59a818c64fa4b4782a.tar.bz2
nuttx-9785aa92417755e2519bfe59a818c64fa4b4782a.zip
Looks like an error all all kernel build linker scripts
Diffstat (limited to 'nuttx/fs')
-rw-r--r--nuttx/fs/mmap/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/fs/mmap/README.txt b/nuttx/fs/mmap/README.txt
index 3e97650b3..8fd974a24 100644
--- a/nuttx/fs/mmap/README.txt
+++ b/nuttx/fs/mmap/README.txt
@@ -36,8 +36,8 @@ conditions where mmap() can be supported:
2. If CONFIG_FS_RAMMAP is defined in the configuration, then mmap() will
support simulation of memory mapped files by copying files whole
into RAM. These copied files have some of the properties of
- standard memory mapped files. There are many, many exceptions
- exceptions, however. Some of these include:
+ standard memory mapped files. There are many, many exceptions,
+ however. Some of these include:
a. The goal is to have a single region of memory that represents a single
file and can be shared by many threads. That is, given a filename a