diff options
Diffstat (limited to 'QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c')
-rw-r--r-- | QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c b/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c index 96c8774916..808b00bd6d 100644 --- a/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c +++ b/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c @@ -1156,7 +1156,7 @@ ResetSDHost ( //
// To improve SD stability, we zero the MMIO_CLKCTL register and
- // stall for 50 microseconds before reseting the controller. We
+ // stall for 50 microseconds before resetting the controller. We
// restore the register setting following the reset operation.
//
PciIo->Mem.Read (
@@ -1713,7 +1713,7 @@ Exit: /**
- Stop this driver on ControllerHandle. Support stoping any child handles
+ Stop this driver on ControllerHandle. Support stopping any child handles
created by this driver.
@param This Protocol instance pointer.
|