Module Name:    src
Committed By:   maxv
Date:           Sat Feb 14 09:06:11 UTC 2015

Modified Files:
        src/sys/ufs/ffs: fs.h

Log Message:
Two typos:
 - "preferrably" -> "preferably"
 - "overriden" -> "overridden"
No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/ufs/ffs/fs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/ufs/ffs/fs.h
diff -u src/sys/ufs/ffs/fs.h:1.65 src/sys/ufs/ffs/fs.h:1.66
--- src/sys/ufs/ffs/fs.h:1.65	Tue Sep  3 02:24:01 2013
+++ src/sys/ufs/ffs/fs.h	Sat Feb 14 09:06:11 2015
@@ -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

Reply via email to