]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix comment typos.
authorGao, Liming <liming.gao@intel.com>
Tue, 13 May 2014 09:14:00 +0000 (09:14 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 13 May 2014 09:14:00 +0000 (09:14 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gao, Liming <liming.gao@intel.com>
Reviewed-by: Zeng, Star <star.zeng@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15522 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c
MdePkg/Include/Guid/FmpCapsule.h
MdePkg/Include/Protocol/AtaPassThru.h
MdePkg/Include/Protocol/Decompress.h
MdePkg/Include/Uefi/UefiSpec.h

index d8c7cd02491cfcd6a715dcbd1ef01a72c4c26a14..015b7663300a2bc1162a6cf455220fe264984c5c 100644 (file)
@@ -856,7 +856,7 @@ DxeMainUefiDecompressGetInfo (
   implementation. It is the caller's responsibility to allocate and free the\r
   Destination and Scratch buffers.\r
   If the compressed source data specified by Source and SourceSize is\r
-  sucessfully decompressed into Destination, then EFI_SUCCESS is returned. If\r
+  successfully decompressed into Destination, then EFI_SUCCESS is returned. If\r
   the compressed source data specified by Source and SourceSize is not in a\r
   valid compressed data format, then EFI_INVALID_PARAMETER is returned.\r
 \r
index ccc6b101bcb08da18101e7ea69cf73b4f8964ebe..4c358b82bb6d08891baad1887c3f21b2166a1b8b 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   Guid & data structure used for Delivering Capsules Containing Updates to Firmware\r
-  Managment Protocol\r
+  Management Protocol\r
 \r
-  Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2013 - 2014, 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
index 7a2d0e725912dca27be60ff7aab1940c2f2f9f16..6153b704f1a53293eb138a4e857eda6690c6b0fd 100644 (file)
@@ -3,7 +3,7 @@
   to send ATA Command Blocks to any ATA device attached to that ATA controller. The information\r
   includes the attributes of the ATA controller.\r
 \r
-  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2014, 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
@@ -212,7 +212,7 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  Used to retrieve the lis t of legal port numbers for ATA devices on an ATA controller.\r
+  Used to retrieve the list of legal port numbers for ATA devices on an ATA controller.\r
   These can either be the list of ports where ATA devices are actually present or the\r
   list of legal port numbers for the ATA controller. Regardless, the caller of this\r
   function must probe the port number returned to see if an ATA device is actually\r
index 6de6aceafef48c5f48bd7e69a2ee86c4c3876cbd..8a4bac2b16d65c325f0f0f9e568c4d6425479668 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The Decompress Protocol Interface as defined in UEFI spec\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2014, 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
@@ -75,7 +75,7 @@ EFI_STATUS
   to allocate and free the Destination and Scratch buffers.\r
 \r
   If the compressed source data specified by Source and SourceSize is \r
-  sucessfully decompressed into Destination, then EFI_SUCCESS is returned.  \r
+  successfully decompressed into Destination, then EFI_SUCCESS is returned.  \r
   If the compressed source data specified by Source and SourceSize is not in \r
   a valid compressed data format, then EFI_INVALID_PARAMETER is returned.\r
 \r
index 168ebf511e7d36d0d364e9073fd81cc1a1b64a08..9d744decccc48a702920dcbde68e41a5eb2987d2 100644 (file)
@@ -5,7 +5,7 @@
   If a code construct is defined in the UEFI 2.4 specification it must be included\r
   by this include file.\r
 \r
-Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under \r
 the terms and conditions of the BSD License that accompanies this distribution.  \r
 The full text of the license may be found at\r
@@ -457,11 +457,11 @@ typedef enum {
   ///\r
   TimerCancel,\r
   ///\r
-  /// An event is to be signalled periodically at a specified interval from the current time.\r
+  /// An event is to be signaled periodically at a specified interval from the current time.\r
   ///\r
   TimerPeriodic,\r
   ///\r
-  /// An event is to be signalled once at a specified interval from the current time.\r
+  /// An event is to be signaled once at a specified interval from the current time.\r
   ///\r
   TimerRelative\r
 } EFI_TIMER_DELAY;\r