From 9f04c1b9c1f1422a660b14d39410972e09b1faab Mon Sep 17 00:00:00 2001 From: wessels <> Date: Fri, 13 Oct 2000 12:35:54 +0000 Subject: [PATCH] DW: - stupid typo in comments --- src/fs/aufs/store_dir_aufs.cc | 4 ++-- src/fs/diskd/store_dir_diskd.cc | 4 ++-- src/fs/ufs/store_dir_ufs.cc | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/fs/aufs/store_dir_aufs.cc b/src/fs/aufs/store_dir_aufs.cc index f5d877588e..048a618382 100644 --- a/src/fs/aufs/store_dir_aufs.cc +++ b/src/fs/aufs/store_dir_aufs.cc @@ -1,6 +1,6 @@ /* - * $Id: store_dir_aufs.cc,v 1.8 2000/10/13 06:35:05 wessels Exp $ + * $Id: store_dir_aufs.cc,v 1.9 2000/10/13 06:35:54 wessels Exp $ * * DEBUG: section 47 Store Directory Routines * AUTHOR: Duane Wessels @@ -155,7 +155,7 @@ storeAufsDirMapBitReset(SwapDir * SD, int fn) /* * We have to test the bit before calling file_map_bit_reset. * file_map_bit_reset doesn't do bounds checking. It assumes - * filn in a valid file number, but it might not be because + * filn is a valid file number, but it might not be because * the map is dynamic in size. Also clearing an already clear * bit puts the map counter of-of-whack. */ diff --git a/src/fs/diskd/store_dir_diskd.cc b/src/fs/diskd/store_dir_diskd.cc index 223ccd1da2..a59036ff70 100644 --- a/src/fs/diskd/store_dir_diskd.cc +++ b/src/fs/diskd/store_dir_diskd.cc @@ -1,6 +1,6 @@ /* - * $Id: store_dir_diskd.cc,v 1.19 2000/10/13 06:35:19 wessels Exp $ + * $Id: store_dir_diskd.cc,v 1.20 2000/10/13 06:35:57 wessels Exp $ * * DEBUG: section 47 Store Directory Routines * AUTHOR: Duane Wessels @@ -168,7 +168,7 @@ storeDiskdDirMapBitReset(SwapDir * SD, int fn) /* * We have to test the bit before calling file_map_bit_reset. * file_map_bit_reset doesn't do bounds checking. It assumes - * filn in a valid file number, but it might not be because + * filn is a valid file number, but it might not be because * the map is dynamic in size. Also clearing an already clear * bit puts the map counter of-of-whack. */ diff --git a/src/fs/ufs/store_dir_ufs.cc b/src/fs/ufs/store_dir_ufs.cc index 463221c934..e1fca5b1f1 100644 --- a/src/fs/ufs/store_dir_ufs.cc +++ b/src/fs/ufs/store_dir_ufs.cc @@ -1,6 +1,6 @@ /* - * $Id: store_dir_ufs.cc,v 1.8 2000/10/13 06:35:21 wessels Exp $ + * $Id: store_dir_ufs.cc,v 1.9 2000/10/13 06:35:57 wessels Exp $ * * DEBUG: section 47 Store Directory Routines * AUTHOR: Duane Wessels @@ -155,7 +155,7 @@ storeUfsDirMapBitReset(SwapDir * SD, int fn) /* * We have to test the bit before calling file_map_bit_reset. * file_map_bit_reset doesn't do bounds checking. It assumes - * filn in a valid file number, but it might not be because + * filn is a valid file number, but it might not be because * the map is dynamic in size. Also clearing an already clear * bit puts the map counter of-of-whack. */ -- 2.47.2