summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-01-16 06:31:23 +0000
committerbde <bde@FreeBSD.org>1998-01-16 06:31:23 +0000
commitb2ae4ac45914a435d4f0cf09a5cdc2a3008a00f4 (patch)
tree0a224f90896b4285f3d75b1a2662070ab1ba7dcd /sbin
parent6057fb933dcf81087a77b663553f1094c03a3e40 (diff)
downloadFreeBSD-src-b2ae4ac45914a435d4f0cf09a5cdc2a3008a00f4.zip
FreeBSD-src-b2ae4ac45914a435d4f0cf09a5cdc2a3008a00f4.tar.gz
Fixed some spelling errors.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/newfs/newfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c
index d0a67d2..2265c2b 100644
--- a/sbin/newfs/newfs.c
+++ b/sbin/newfs/newfs.c
@@ -140,7 +140,7 @@ void fatal();
* rotational positions that we distinguish. With NRPOS of 8 the resolution
* of our summary information is 2ms for a typical 3600 rpm drive.
*
- * ...but now we make this 1 (which escentially disables the rotational
+ * ...but now we make this 1 (which essentially disables the rotational
* position table because modern drives with read-ahead and write-behind do
* better without the rotational position table.
*/
@@ -535,7 +535,7 @@ havelabel:
secpercyl = nsectors * ntracks - cylspares;
/*
* Only complain if -t or -u have been specified; the default
- * case (4096 sectors per cylinder) is intented to disagree
+ * case (4096 sectors per cylinder) is intended to disagree
* with the disklabel.
*/
if (t_or_u_flag && secpercyl != lp->d_secpercyl)
OpenPOWER on IntegriCloud