mirror of https://github.com/acidanthera/audk.git
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:
parent
9145d31451
commit
93e8d03cd1
|
@ -856,7 +856,7 @@ DxeMainUefiDecompressGetInfo (
|
|||
implementation. It is the caller's responsibility to allocate and free the
|
||||
Destination and Scratch buffers.
|
||||
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
|
||||
valid compressed data format, then EFI_INVALID_PARAMETER is returned.
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/** @file
|
||||
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
|
||||
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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
to send ATA Command Blocks to any ATA device attached to that ATA controller. The information
|
||||
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
|
||||
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
|
||||
|
@ -212,7 +212,7 @@ EFI_STATUS
|
|||
);
|
||||
|
||||
/**
|
||||
Used to retrieve the lis t of legal port numbers for ATA devices on an ATA controller.
|
||||
Used to retrieve the list of legal port numbers for ATA devices on an ATA controller.
|
||||
These can either be the list of ports where ATA devices are actually present or the
|
||||
list of legal port numbers for the ATA controller. Regardless, the caller of this
|
||||
function must probe the port number returned to see if an ATA device is actually
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/** @file
|
||||
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
|
||||
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
|
||||
|
@ -75,7 +75,7 @@ EFI_STATUS
|
|||
to allocate and free the Destination and Scratch buffers.
|
||||
|
||||
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
|
||||
a valid compressed data format, then EFI_INVALID_PARAMETER is returned.
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
If a code construct is defined in the UEFI 2.4 specification it must be included
|
||||
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
|
||||
the terms and conditions of the BSD License that accompanies this distribution.
|
||||
The full text of the license may be found at
|
||||
|
@ -457,11 +457,11 @@ typedef enum {
|
|||
///
|
||||
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,
|
||||
///
|
||||
/// 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
|
||||
} EFI_TIMER_DELAY;
|
||||
|
|
Loading…
Reference in New Issue