Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/ffs Two typos:
details: https://anonhg.NetBSD.org/src/rev/8bc453ee93fa
branches: trunk
changeset: 336138:8bc453ee93fa
user: maxv <maxv%NetBSD.org@localhost>
date: Sat Feb 14 09:06:11 2015 +0000
description:
Two typos:
- "preferrably" -> "preferably"
- "overriden" -> "overridden"
No functional change.
diffstat:
sys/ufs/ffs/fs.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r bac178f33ea0 -r 8bc453ee93fa sys/ufs/ffs/fs.h
--- a/sys/ufs/ffs/fs.h Sat Feb 14 09:00:12 2015 +0000
+++ b/sys/ufs/ffs/fs.h Sat Feb 14 09:06:11 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fs.h,v 1.65 2013/09/03 02:24:01 dholland Exp $ */
+/* $NetBSD: fs.h,v 1.66 2015/02/14 09:06:11 maxv Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@@ -72,7 +72,7 @@
*
* Unfortunately the UFS2/FFSv2 change was done without adequate consideration
* of backward compatibility. In particular 'newfs' for a FFSv2 partition
- * must overwrite any old FFSv1 superblock at 8k, and preferrably as many
+ * must overwrite any old FFSv1 superblock at 8k, and preferably as many
* of the alternates as it can find - otherwise attempting to mount on a
* system that only supports FFSv1 is likely to succeed!.
* For a small FFSv1 filesystem, an old FFSv2 superblock can be left on
@@ -210,7 +210,7 @@
* is run at between 95% and 100% full; thus the minimum default
* value of fs_minfree is 5%. However, to get good clustering
* performance, 10% is a better choice. This value is used only
- * when creating a file system and can be overriden from the
+ * when creating a file system and can be overridden from the
* command line. By default we choose to optimize for time.
*/
#define MINFREE 5
Home |
Main Index |
Thread Index |
Old Index