summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-09-14 21:28:56 +0000
committereadler <eadler@FreeBSD.org>2012-09-14 21:28:56 +0000
commit8600cbb5b6ebb06db859c9e2c76d07be50b8ff6a (patch)
tree401383202e1fe7eae704c88c267d4db81d5f9e42 /sys/sparc64
parenta06756dafd4a9ec683a791e05584f7f4184c6ec6 (diff)
downloadFreeBSD-src-8600cbb5b6ebb06db859c9e2c76d07be50b8ff6a.zip
FreeBSD-src-8600cbb5b6ebb06db859c9e2c76d07be50b8ff6a.tar.gz
Correct double "the the"
Approved by: cperciva MFC after: 3 days
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/sparc64/ata_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/sparc64/ata_machdep.c b/sys/sparc64/sparc64/ata_machdep.c
index 85ad14c..48fab8e 100644
--- a/sys/sparc64/sparc64/ata_machdep.c
+++ b/sys/sparc64/sparc64/ata_machdep.c
@@ -40,7 +40,7 @@ sparc64_ata_disk_firmware_geom_adjust(struct disk *disk)
* 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.
*/
OpenPOWER on IntegriCloud