Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Sep 2012 00:44:12 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r240578 - in stable/8/sys: kern sparc64/sparc64
Message-ID:  <201209170044.q8H0iCDJ015850@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
 	 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209170044.q8H0iCDJ015850>