]> git.proxmox.com Git - mirror_edk2.git/commitdiff
QuarkSocPkg: Fix typos in comments
authorGary Lin <glin@suse.com>
Wed, 19 Oct 2016 07:01:33 +0000 (00:01 -0700)
committerMichael Kinney <michael.d.kinney@intel.com>
Tue, 25 Oct 2016 20:58:51 +0000 (13:58 -0700)
- paramter -> parameter
- reseting -> resetting
- stoping -> stopping
- hanlder -> handler
- boundry -> boundary
- tempory -> temporary

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Kelly Steele <kelly.steele@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/MtrrLib.c
QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/QncS3Support.c
QuarkSocPkg/QuarkSouthCluster/Library/IohLib/IohLib.c
QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c
QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.h
QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMediaDevice.c
QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMediaDevice.h
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/Ohci.c
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/Ohci.h

index 9d04a2950bb9c1048b12a40d5a587ce532a9af46..58d8c0d4c4e6360d27cf0705801bd602e077737b 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 MTRR setting library\r
 \r
-Copyright (c) 2008 - 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2008 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -582,7 +582,7 @@ MtrrGetMemoryAttributeInVariableMtrrWorker (
   @param[in]   MtrrValidAddressMask  The valid address mask for MTRR\r
   @param[out]  VariableMtrr          The array to shadow variable MTRRs content\r
 \r
-  @return                       The return value of this paramter indicates the\r
+  @return                       The return value of this parameter indicates the\r
                                 number of MTRRs which has been used.\r
 \r
 **/\r
index 9290311ab2905bb348640c8e1cb8b6100eb3ac7b..97611bb37f77e284450e880c23d516f0da63b9d6 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 This is the driver that implements the QNC S3 Support protocol\r
 \r
-Copyright (c) 2013-2015 Intel Corporation.\r
+Copyright (c) 2013-2016 Intel Corporation.\r
 \r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -312,7 +312,7 @@ Returns:
   Status = PcdSet64S (PcdQncS3CodeInLockBoxSize, (UINT64)mQncS3ImageSize);\r
   ASSERT_EFI_ERROR (Status);\r
   //\r
-  // Align buffer on section boundry\r
+  // Align buffer on section boundary\r
   //\r
   ImageContext.ImageAddress = (PHYSICAL_ADDRESS)(UINTN)FfsBuffer;\r
   if (ImageContext.SectionAlignment != 0) {\r
index a48a2a441990382d1912f2b151c88da416529b0d..390af988b327254ca3e565ab8eb163c0431892e5 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 Lib function for Pei Quark South Cluster.\r
 \r
-Copyright (c) 2013-2015 Intel Corporation.\r
+Copyright (c) 2013-2016 Intel Corporation.\r
 \r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -87,7 +87,7 @@ ReadIohGpioValues (
 \r
   DEBUG ((EFI_D_INFO, "SC GPIO temporary enable  at %08X\n", TempBarAddr));\r
 \r
-  // Use predefined tempory memory resource.\r
+  // Use predefined temporary memory resource.\r
   PciWrite32 ( GipAddr + PcdGet8 (PcdIohGpioBarRegister), TempBarAddr);\r
   PciWrite8 ( GipAddr + PCI_COMMAND_OFFSET, EFI_PCI_COMMAND_MEMORY_SPACE);\r
 \r
index 96c877491664031a25f75e1a0f6034217ce1b11b..808b00bd6da70542b4602b0dace6471a78b42613 100644 (file)
@@ -1156,7 +1156,7 @@ ResetSDHost (
 \r
   //\r
   // To improve SD stability, we zero the MMIO_CLKCTL register and\r
-  // stall for 50 microseconds before reseting the controller.  We\r
+  // stall for 50 microseconds before resetting the controller.  We\r
   // restore the register setting following the reset operation.\r
   //\r
   PciIo->Mem.Read (\r
@@ -1713,7 +1713,7 @@ Exit:
 \r
 \r
 /**\r
-  Stop this driver on ControllerHandle. Support stoping any child handles\r
+  Stop this driver on ControllerHandle. Support stopping any child handles\r
   created by this driver.\r
 \r
   @param  This                 Protocol instance pointer.\r
index d5302bac10f1048017ce28c9b760ecfbba3cdba7..618993088369f36c9a0c81bf0937832a1279122f 100644 (file)
@@ -2,7 +2,7 @@
 \r
 The definition for SD host controller driver model and HC protocol routines.\r
 \r
-Copyright (c) 2013-2015 Intel Corporation.\r
+Copyright (c) 2013-2016 Intel Corporation.\r
 \r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -117,7 +117,7 @@ SDControllerStart (
   );\r
 \r
 /**\r
-  Stop this driver on ControllerHandle. Support stoping any child handles\r
+  Stop this driver on ControllerHandle. Support stopping any child handles\r
   created by this driver.\r
 \r
   @param  This                 Protocol instance pointer.\r
index 1a0682cca557d6489ed4ec7e922deaf145c0bdba..7f5e664c3d24d75c007789d77f07499fa0606594 100644 (file)
@@ -2,7 +2,7 @@
 \r
 The definition for SD media device driver model and blkio protocol routines.\r
 \r
-Copyright (c) 2013-2015 Intel Corporation.\r
+Copyright (c) 2013-2016 Intel Corporation.\r
 \r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -247,7 +247,7 @@ Exit:
 \r
 \r
 /**\r
-  Stop this driver on ControllerHandle. Support stoping any child handles\r
+  Stop this driver on ControllerHandle. Support stopping any child handles\r
   created by this driver.\r
 \r
   @param  This                 Protocol instance pointer.\r
index 1550429f48f24935d34562ae9ebb0fbe3ba2a7da..efc135d90891c6c89c4e5798b3fb57e6365ef824 100644 (file)
@@ -2,7 +2,7 @@
 \r
 The definition for SD media device driver model and blkio protocol routines.\r
 \r
-Copyright (c) 2013-2015 Intel Corporation.\r
+Copyright (c) 2013-2016 Intel Corporation.\r
 \r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -155,7 +155,7 @@ SDMediaDeviceStart (
   );\r
 \r
 /**\r
-  Stop this driver on ControllerHandle. Support stoping any child handles\r
+  Stop this driver on ControllerHandle. Support stopping any child handles\r
   created by this driver.\r
 \r
   @param  This                 Protocol instance pointer.\r
index e19d4d825312693e97013df67591e62a6997ed3e..859004dd8d0984b0c81db39a9bfb3fa03fc43452 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 This file contains the implementation of Usb Hc Protocol.\r
 \r
-Copyright (c) 2013-2015 Intel Corporation.\r
+Copyright (c) 2013-2016 Intel Corporation.\r
 \r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -2203,7 +2203,7 @@ OhciCleanDevUp (
   One notified function to stop the Host Controller when gBS->ExitBootServices() called.\r
 \r
   @param  Event                 Pointer to this event\r
-  @param  Context               Event hanlder private data\r
+  @param  Context               Event handler private data\r
 **/\r
 VOID\r
 EFIAPI\r
@@ -2429,7 +2429,7 @@ CLOSE_PCIIO:
 }\r
 \r
 /**\r
-  Stop this driver on ControllerHandle. Support stoping any child handles\r
+  Stop this driver on ControllerHandle. Support stopping any child handles\r
   created by this driver.\r
 \r
   @param  This                  Protocol instance pointer.\r
index 1bfe4a8b7f6be1d562baa3ea4aef7ead69db7348..8def9591b3c05817eae57522d58dc1c03c05a7a7 100644 (file)
@@ -2,7 +2,7 @@
 Provides the definition of Usb Hc Protocol and OHCI controller\r
 private data structure.\r
 \r
-Copyright (c) 2013-2015 Intel Corporation.\r
+Copyright (c) 2013-2016 Intel Corporation.\r
 \r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -645,7 +645,7 @@ OHCIDriverBindingStart (
   );\r
 \r
 /**\r
-  Stop this driver on ControllerHandle. Support stoping any child handles\r
+  Stop this driver on ControllerHandle. Support stopping any child handles\r
   created by this driver.\r
 \r
   @param  This                  Protocol instance pointer.\r