]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EdkCompatibilityPkg: Fix typos in comments
authorMudusuru, Giri P <giri.p.mudusuru@intel.com>
Fri, 8 Jul 2016 06:20:56 +0000 (14:20 +0800)
committerLiming Gao <liming.gao@intel.com>
Mon, 11 Jul 2016 02:29:45 +0000 (10:29 +0800)
  - availabe to available
  - consummer to consumer
  - EFI_UNSUPPORTEDT to EFI_UNSUPPORTED
  - extensiable to extensible

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/Thunk.c
EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.h
EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Timer/Timer.h
EdkCompatibilityPkg/Foundation/Efi/Protocol/ServiceBinding/ServiceBinding.h
EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsDataHubStatusCode/BsDataHubStatusCode.c

index 7d3f5d036ba32f065e6e82c99d9d3bb4d58688fb..2c395f2300ac2f290990533a66c6ecffbcd30afe 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Thunk driver's entry that install filter for DataRecord.\r
   \r
-Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2009 - 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
@@ -102,7 +102,7 @@ SmbiosDataFilter (
 \r
   //\r
   // Get the Data Hub Protocol. Assume only one instance\r
-  // of Data Hub Protocol is availabe in the system.\r
+  // of Data Hub Protocol is available in the system.\r
   //\r
   HandleSize = sizeof (EFI_HANDLE);\r
 \r
index 2e13596030d20eaee095fc0ce53fd0eec4436574..81460276d896665fdb1cab371c7248df6c4da89d 100644 (file)
@@ -1,6 +1,6 @@
 /*++ \r
 \r
-Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 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
@@ -87,7 +87,7 @@ Returns:
 \r
   EFI_SUCCESS       -  The address range from Start to Start+Length was flushed from \r
                        the processor's data cache.\r
-  EFI_UNSUPPORTEDT  -  The processor does not support the cache flush type specified \r
+  EFI_UNSUPPORTED   -  The processor does not support the cache flush type specified\r
                        by FlushType.\r
   EFI_DEVICE_ERROR  -  The address range from Start to Start+Length could not be flushed \r
                        from the processor's data cache.\r
index ab46aa0ae7171c975c197c80e7aa0e8f425f4bb4..c98860938b0b8bc00f7392bb017aed0dc70afb56 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 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
@@ -208,7 +208,7 @@ Returns:
 \r
   EFI_SUCCESS       - The soft timer interrupt was generated.\r
 \r
-  EFI_UNSUPPORTEDT  - The platform does not support the generation of soft timer interrupts.\r
+  EFI_UNSUPPORTED   - The platform does not support the generation of soft timer interrupts.\r
 \r
 --*/\r
 \r
index 14e3b0960c6cab3eec359e079a8545adc562bf30..cd2482bafcf118208d72a3043f544cd85ead5c51 100644 (file)
@@ -1,6 +1,6 @@
 /*++ \r
 \r
-Copyright (c) 2005, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2005 - 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
@@ -46,7 +46,7 @@ EFI_STATUS
 \r
   Returns:\r
     EFI_SUCCES           - The child handle was created with the I/O services.\r
-    EFI_OUT_OF_RESOURCES - There are not enough resources availabe to create\r
+    EFI_OUT_OF_RESOURCES - There are not enough resources available to create\r
                            the child.\r
     other                - The child handle was not created.\r
 \r
index 11b4dbb2d083f90acf4c976a36b112f13e5616af..2e60634e3cad750c36be71253638501b9ef1bf04 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2008, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 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
@@ -17,9 +17,9 @@ Abstract:
 \r
   This implements a status code listener that logs status codes into the data\r
   hub.  This is only active during non-runtime DXE.\r
-  The status codes are recorded in a extensiable buffer, and a event is signalled \r
+  The status codes are recorded in a extensible buffer, and a event is signalled\r
   to log them to the data hub. The recorder is the producer of the status code in\r
-  buffer and the event notify function the consummer.\r
+  buffer and the event notify function the consumer.\r
 \r
 --*/\r
 \r