Fix comment typos.

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
This commit is contained in:
Gao, Liming 2014-05-13 09:14:00 +00:00 committed by lgao4
parent 9145d31451
commit 93e8d03cd1
5 changed files with 10 additions and 10 deletions

View File

@ -856,7 +856,7 @@ DxeMainUefiDecompressGetInfo (
implementation. It is the caller's responsibility to allocate and free the implementation. It is the caller's responsibility to allocate and free the
Destination and Scratch buffers. Destination and Scratch buffers.
If the compressed source data specified by Source and SourceSize is If the compressed source data specified by Source and SourceSize is
sucessfully decompressed into Destination, then EFI_SUCCESS is returned. If successfully decompressed into Destination, then EFI_SUCCESS is returned. If
the compressed source data specified by Source and SourceSize is not in a the compressed source data specified by Source and SourceSize is not in a
valid compressed data format, then EFI_INVALID_PARAMETER is returned. valid compressed data format, then EFI_INVALID_PARAMETER is returned.

View File

@ -1,8 +1,8 @@
/** @file /** @file
Guid & data structure used for Delivering Capsules Containing Updates to Firmware Guid & data structure used for Delivering Capsules Containing Updates to Firmware
Managment Protocol Management Protocol
Copyright (c) 2013, Intel Corporation. All rights reserved.<BR> Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at

View File

@ -3,7 +3,7 @@
to send ATA Command Blocks to any ATA device attached to that ATA controller. The information to send ATA Command Blocks to any ATA device attached to that ATA controller. The information
includes the attributes of the ATA controller. includes the attributes of the ATA controller.
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR> Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at

View File

@ -1,7 +1,7 @@
/** @file /** @file
The Decompress Protocol Interface as defined in UEFI spec The Decompress Protocol Interface as defined in UEFI spec
Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR> Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
@ -75,7 +75,7 @@ EFI_STATUS
to allocate and free the Destination and Scratch buffers. to allocate and free the Destination and Scratch buffers.
If the compressed source data specified by Source and SourceSize is If the compressed source data specified by Source and SourceSize is
sucessfully decompressed into Destination, then EFI_SUCCESS is returned. successfully decompressed into Destination, then EFI_SUCCESS is returned.
If the compressed source data specified by Source and SourceSize is not in If the compressed source data specified by Source and SourceSize is not in
a valid compressed data format, then EFI_INVALID_PARAMETER is returned. a valid compressed data format, then EFI_INVALID_PARAMETER is returned.

View File

@ -5,7 +5,7 @@
If a code construct is defined in the UEFI 2.4 specification it must be included If a code construct is defined in the UEFI 2.4 specification it must be included
by this include file. by this include file.
Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR> Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available under This program and the accompanying materials are licensed and made available under
the terms and conditions of the BSD License that accompanies this distribution. the terms and conditions of the BSD License that accompanies this distribution.
The full text of the license may be found at The full text of the license may be found at
@ -457,11 +457,11 @@ typedef enum {
/// ///
TimerCancel, TimerCancel,
/// ///
/// An event is to be signalled periodically at a specified interval from the current time. /// An event is to be signaled periodically at a specified interval from the current time.
/// ///
TimerPeriodic, TimerPeriodic,
/// ///
/// An event is to be signalled once at a specified interval from the current time. /// An event is to be signaled once at a specified interval from the current time.
/// ///
TimerRelative TimerRelative
} EFI_TIMER_DELAY; } EFI_TIMER_DELAY;