svn commit: r240578 - in stable/8/sys: kern sparc64/sparc64
Eitan Adler
eadler at FreeBSD.org
Mon Sep 17 00:44:12 UTC 2012
Author: eadler
Date: Mon Sep 17 00:44:11 2012
New Revision: 240578
URL: http://svn.freebsd.org/changeset/base/240578
Log:
MFC r240518:
Correct double "the the"
Approved by: cperciva (implicit)
Modified:
stable/8/sys/kern/subr_unit.c
stable/8/sys/sparc64/sparc64/ata_machdep.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/kern/ (props changed)
stable/8/sys/sparc64/ (props changed)
stable/8/sys/vm/ (props changed)
stable/8/tools/kerneldoc/ (props changed)
stable/8/tools/kerneldoc/subsys/ (props changed)
stable/8/usr.bin/lex/ (props changed)
stable/8/usr.sbin/tcpdump/ (props changed)
Modified: stable/8/sys/kern/subr_unit.c
==============================================================================
--- stable/8/sys/kern/subr_unit.c Mon Sep 17 00:32:36 2012 (r240577)
+++ stable/8/sys/kern/subr_unit.c Mon Sep 17 00:44:11 2012 (r240578)
@@ -63,7 +63,7 @@
* in the usermode test program included, the worst case usage
* was 798 bytes on i386 for 5000 allocated and 5000 free units.
* * The worst case is where every other unit number is allocated and
- * the the rest are free. In that case 44 + N/4 bytes are used where
+ * the rest are free. In that case 44 + N/4 bytes are used where
* N is the number of the highest unit allocated.
*/
Modified: stable/8/sys/sparc64/sparc64/ata_machdep.c
==============================================================================
--- stable/8/sys/sparc64/sparc64/ata_machdep.c Mon Sep 17 00:32:36 2012 (r240577)
+++ stable/8/sys/sparc64/sparc64/ata_machdep.c Mon Sep 17 00:44:11 2012 (r240578)
@@ -40,7 +40,7 @@ sparc64_ata_disk_firmware_geom_adjust(st
* and sectors so the geometry of large disks has to be adjusted.
* If the disk is > 32GB at 16 heads and 63 sectors, adjust to 255
* sectors (this matches what the OpenSolaris dad(7D) driver does).
- * If the the disk is even > 128GB, additionally adjust the heads to
+ * If the disk is even > 128GB, additionally adjust the heads to
* 255. This allows disks up to the 2TB limit of the extended VTOC8.
* XXX the OpenSolaris dad(7D) driver limits the mediasize to 128GB.
*/
More information about the svn-src-stable
mailing list