aboutsummaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-05 17:44:11 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-05 17:44:11 +0000
commitfca1ea81db5a621d2110d5d652b2886af66fdfa3 (patch)
tree1cb241b0a84123081c115f5f382fa207ad83cb68 /nuttx/TODO
parent60889d41f6f43ac396d2f7bb71a8bcd166f9ca66 (diff)
downloadpx4-firmware-fca1ea81db5a621d2110d5d652b2886af66fdfa3.tar.gz
px4-firmware-fca1ea81db5a621d2110d5d652b2886af66fdfa3.tar.bz2
px4-firmware-fca1ea81db5a621d2110d5d652b2886af66fdfa3.zip
I learned how to spell PSEUDO
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5010 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index a4bad193e..e2abce7f4 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -703,9 +703,9 @@ o File system / Generic drivers (fs/, drivers/)
Title: REMOVING PIPES AND FIFOS
Description: There is no way to remove a FIFO or PIPE created in the
- psuedo filesystem. Once created, they persist indefinitely
+ pseudo filesystem. Once created, they persist indefinitely
and cannot be unlinked. This is actually a more generic
- issue: unlink does not work for anything in the psuedo-
+ issue: unlink does not work for anything in the pseudo-
filesystem.
Status: Open, but partially resolved: pipe buffer is at least freed
when there are not open references to the pipe/FIFO.