Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/fs/tmpfs Fix typo, add missing parenthesis.



details:   https://anonhg.NetBSD.org/src/rev/e3bbedbd0208
branches:  trunk
changeset: 584553:e3bbedbd0208
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Sep 23 20:46:18 2005 +0000

description:
Fix typo, add missing parenthesis.

diffstat:

 sys/fs/tmpfs/TODO |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 30aeddad7757 -r e3bbedbd0208 sys/fs/tmpfs/TODO
--- a/sys/fs/tmpfs/TODO Fri Sep 23 20:30:48 2005 +0000
+++ b/sys/fs/tmpfs/TODO Fri Sep 23 20:46:18 2005 +0000
@@ -5,7 +5,7 @@
 
 - Optimize for speed and memory usage.  Nodes are still quite big; their
   size should be reduced if possible.  But most importantly, the algorithm
-  used to resize anonoymous memory objects in regular files is extremely
+  used to resize anonymous memory objects in regular files is extremely
   inefficient.
 
 - Verify that file holes work (they should, but must be checked).  Add a
@@ -13,7 +13,7 @@
 
 - NFS support is broken.  The readdir operation does not work until wcc is
   disabled (which happens as soon as doing a `touch foo' over the NFS
-  mount point.  Furthermore, the system crashes if a file is created on the
+  mount point).  Furthermore, the system crashes if a file is created on the
   original file system and is read through NFS; the system spits a panic
   about busy pages.
 



Home | Main Index | Thread Index | Old Index