diff options
author | 2002-06-14 21:34:58 +0000 | |
---|---|---|
committer | 2002-06-14 21:34:58 +0000 | |
commit | e4d25771e502a9b366bb8bafa82e4b9d2dab6ffa (patch) | |
tree | d3889a616a1b0ce198ee331a24bc7bfe5edff217 /sys/kern/vfs_cluster.c | |
parent | make the output of pfctl -k look nice again (diff) | |
download | wireguard-openbsd-e4d25771e502a9b366bb8bafa82e4b9d2dab6ffa.tar.xz wireguard-openbsd-e4d25771e502a9b366bb8bafa82e4b9d2dab6ffa.zip |
spelling; from Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'sys/kern/vfs_cluster.c')
-rw-r--r-- | sys/kern/vfs_cluster.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index 05efc1aa863..fe397b43ed3 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_cluster.c,v 1.28 2002/05/24 08:39:15 art Exp $ */ +/* $OpenBSD: vfs_cluster.c,v 1.29 2002/06/14 21:34:59 todd Exp $ */ /* $NetBSD: vfs_cluster.c,v 1.12 1996/04/22 01:39:05 christos Exp $ */ /*- @@ -688,7 +688,7 @@ redo: /* * Get the desired block buffer (unless it is the final - * sequential block whose buffer was passed in explictly + * sequential block whose buffer was passed in explicitly * as last_bp). */ if (last_bp == NULL || start_lbn != lbn) { |