mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Fixed some spelling errors.
This commit is contained in:
parent
0d913a0d1a
commit
6e1a705dd4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32537
@ -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 @@ main(argc, argv)
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user