]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW:
authorwessels <>
Fri, 13 Oct 2000 12:35:54 +0000 (12:35 +0000)
committerwessels <>
Fri, 13 Oct 2000 12:35:54 +0000 (12:35 +0000)
 - stupid typo in comments

src/fs/aufs/store_dir_aufs.cc
src/fs/diskd/store_dir_diskd.cc
src/fs/ufs/store_dir_ufs.cc

index f5d877588e790dbf068f763620f9dbc2d78435c3..048a61838297ca0e65577feec75a425aabb7564c 100644 (file)
@@ -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.
      */
index 223ccd1da21b29b8ac10944c4d8ce882d7a22c66..a59036ff70954aa20b4d5e35ee879c01ed10c3d8 100644 (file)
@@ -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.
      */
index 463221c934d5ebe79400160c73c93bf21c61f1ec..e1fca5b1f163edd933b5468f2c7a75b1575e4b76 100644 (file)
@@ -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.
      */