summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2007-06-21 12:05:15 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2007-06-21 12:05:15 +0000
commit137152d0e3ac035f0300b4a01fe786eddb7b8a2b (patch)
treed73f3bdf70bdbf105b6ab16767c0ac47f00d93f9 /sys/kern
parent2435de38b8ec2108b8a22b7b89a8a979226ab01c (diff)
english, okay jmc@
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/vfs_cache.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c
index aa5978fc664..c8c19b2098f 100644
--- a/sys/kern/vfs_cache.c
+++ b/sys/kern/vfs_cache.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vfs_cache.c,v 1.24 2007/05/30 04:27:42 beck Exp $ */
+/* $OpenBSD: vfs_cache.c,v 1.25 2007/06/21 12:05:14 pedro Exp $ */
/* $NetBSD: vfs_cache.c,v 1.13 1996/02/04 02:18:09 christos Exp $ */
/*
@@ -89,10 +89,9 @@ struct pool nch_pool;
u_long nextvnodeid;
/*
- * Look for a the name in the cache. We don't do this
- * if the segment name is long, simply so the cache can avoid
- * holding long names (which would either waste space, or
- * add greatly to the complexity).
+ * Look for a name in the cache. We don't do this if the segment name is
+ * long, simply so the cache can avoid holding long names (which would
+ * either waste space, or add greatly to the complexity).
*
* Lookup is called with ni_dvp pointing to the directory to search,
* ni_ptr pointing to the name of the entry being sought, ni_namelen