summaryrefslogtreecommitdiff
path: root/sys/ufs/ffs/ffs_tables.c
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-03-20 19:57:43 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-03-20 19:57:43 +0000
commit02f5d5b2c95143efbee29dc5124559ff49f0962c (patch)
treef36085cd2dcec9d4ae40a8de2671fe109e1a1166 /sys/ufs/ffs/ffs_tables.c
parenta6c5d7bbc5205354b228b800c62d2ddd7288c403 (diff)
dangling space in comment
Diffstat (limited to 'sys/ufs/ffs/ffs_tables.c')
-rw-r--r--sys/ufs/ffs/ffs_tables.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ffs/ffs_tables.c b/sys/ufs/ffs/ffs_tables.c
index 198ad97d0da..a1f84355e7e 100644
--- a/sys/ufs/ffs/ffs_tables.c
+++ b/sys/ufs/ffs/ffs_tables.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ffs_tables.c,v 1.2 1997/02/24 14:27:12 niklas Exp $ */
+/* $OpenBSD: ffs_tables.c,v 1.3 2001/03/20 19:57:42 art Exp $ */
/* $NetBSD: ffs_tables.c,v 1.2 1994/06/29 06:46:35 cgd Exp $ */
/*
@@ -51,7 +51,7 @@ int inside[9] = {
/*
* Given a block map bit pattern, the frag tables tell whether a
- * particular size fragment is available.
+ * particular size fragment is available.
*
* used as:
* if ((1 << (size - 1)) & fragtbl[fs->fs_frag][map] {