summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2001-08-23 13:52:36 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2001-08-23 13:52:36 +0000
commit0b5662a7add137e9776223f203566642959874b5 (patch)
tree1857e5d7ffed2de59f224a67ce6706282658f71e
parent7353f78e2e5c9a41c00d4aa2636288007714401b (diff)
retreive -> retrieve
-rw-r--r--sys/msdosfs/msdosfs_vnops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/msdosfs/msdosfs_vnops.c b/sys/msdosfs/msdosfs_vnops.c
index 6cd6b17533e..1b6dd49c85d 100644
--- a/sys/msdosfs/msdosfs_vnops.c
+++ b/sys/msdosfs/msdosfs_vnops.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: msdosfs_vnops.c,v 1.26 2001/07/26 01:53:09 assar Exp $ */
+/* $OpenBSD: msdosfs_vnops.c,v 1.27 2001/08/23 13:52:35 aaron Exp $ */
/* $NetBSD: msdosfs_vnops.c,v 1.63 1997/10/17 11:24:19 ws Exp $ */
/*-
@@ -87,7 +87,7 @@
* that when a directory is actually read/written (via read, write, or
* readdir, or seek) we must use the vnode for the filesystem instead of
* the vnode for the directory as would happen in ufs. This is to insure we
- * retreive the correct block from the buffer cache since the hash value is
+ * retrieve the correct block from the buffer cache since the hash value is
* based upon the vnode address and the desired block number.
*/