summaryrefslogtreecommitdiff
path: root/sys/ufs/ffs
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-06-18 21:06:04 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-06-18 21:06:04 +0000
commit0f0e9a7b6c3058e0d65e54785fc1e9fad8b6e9ea (patch)
tree2fe21f71549c46f80bf295aee5dc36c2dfb5f0ee /sys/ufs/ffs
parentc89acd82646f92a2c33c339d389b2795c057ec89 (diff)
sqiud -> squid
Diffstat (limited to 'sys/ufs/ffs')
-rw-r--r--sys/ufs/ffs/fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ffs/fs.h b/sys/ufs/ffs/fs.h
index 5bce97e793c..b9bbc601009 100644
--- a/sys/ufs/ffs/fs.h
+++ b/sys/ufs/ffs/fs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: fs.h,v 1.37 2013/06/11 16:42:18 deraadt Exp $ */
+/* $OpenBSD: fs.h,v 1.38 2013/06/18 21:06:03 miod Exp $ */
/* $NetBSD: fs.h,v 1.6 1995/04/12 21:21:02 mycroft Exp $ */
/*
@@ -154,7 +154,7 @@
* the following parameters which tell the system the average file size
* and the average number of files per directory. These defaults are well
* selected for typical filesystems, but may need to be tuned for odd
- * cases like filesystems being used for sqiud caches or news spools.
+ * cases like filesystems being used for squid caches or news spools.
*/
#define AVFILESIZ 16384 /* expected average file size */
#define AFPDIR 64 /* expected number of files per directory */