diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-03-18 22:14:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-03-18 22:14:53 +0000 |
commit | 71ed61c837a9ad6567f4cf46fb79ea24e6f1a4e7 (patch) | |
tree | 87d97c6fd49ce3d805d96a4c0d1378b338940db2 | |
parent | f6ea884a3f6bb56d7d41bd00e786c6e6b5540091 (diff) |
typo
-rw-r--r-- | sys/arch/arm/xscale/pxa2x0_mmc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/arm/xscale/pxa2x0_mmc.c b/sys/arch/arm/xscale/pxa2x0_mmc.c index 3adf915cd41..225ce52eb67 100644 --- a/sys/arch/arm/xscale/pxa2x0_mmc.c +++ b/sys/arch/arm/xscale/pxa2x0_mmc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pxa2x0_mmc.c,v 1.1 2007/03/18 20:53:10 uwe Exp $ */ +/* $OpenBSD: pxa2x0_mmc.c,v 1.2 2007/03/18 22:14:52 deraadt Exp $ */ /* * Copyright (c) 2007 Uwe Stuehler <uwe@openbsd.org> @@ -19,7 +19,7 @@ /* * MMC/SD/SDIO controller driver for Intel PXA27x processors * - * Power management is beond control of the processor's SD/SDIO/MMC + * Power management is beyond control of the processor's SD/SDIO/MMC * block, so this driver depends on the attachment driver to provide * us with some callback functions via the "tag" member in our softc. * Bus power management calls are then dispatched to the attachment @@ -263,7 +263,7 @@ pxammc_bus_power(sdmmc_chipset_handle_t sch, u_int32_t ocr) struct pxammc_softc *sc = sch; /* - * Bus power management is beond control of the SD/SDIO/MMC + * Bus power management is beyond control of the SD/SDIO/MMC * block of the PXA2xx processors, so we have to hand this * task off to the attachment driver. */ |