diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-08-08 18:29:14 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-08-08 18:29:14 +0000 |
commit | 7ca9e5a4010b0e16231173dfc1918685ffc3a1dd (patch) | |
tree | c242f6837827c6289131c5653be7993ae058a20d /EmbeddedPkg/Include | |
parent | 573d7e468eb83505a20ae3f828b67599cda23b3d (diff) | |
download | edk2-platforms-7ca9e5a4010b0e16231173dfc1918685ffc3a1dd.tar.xz |
EmbeddedPkg: Fix mispellings
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12101 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmbeddedPkg/Include')
-rw-r--r-- | EmbeddedPkg/Include/Library/EblAddExternalCommandLib.h | 4 | ||||
-rw-r--r-- | EmbeddedPkg/Include/Library/EblCmdLib.h | 2 | ||||
-rw-r--r-- | EmbeddedPkg/Include/Library/EfiFileLib.h | 16 | ||||
-rw-r--r-- | EmbeddedPkg/Include/Protocol/EblAddCommand.h | 4 |
4 files changed, 13 insertions, 13 deletions
diff --git a/EmbeddedPkg/Include/Library/EblAddExternalCommandLib.h b/EmbeddedPkg/Include/Library/EblAddExternalCommandLib.h index 1a6d856d98..c00d04f4d4 100644 --- a/EmbeddedPkg/Include/Library/EblAddExternalCommandLib.h +++ b/EmbeddedPkg/Include/Library/EblAddExternalCommandLib.h @@ -1,5 +1,5 @@ /** @file - Include flie for basic command line parser for EBL (Embedded Boot Loader) + Include file for basic command line parser for EBL (Embedded Boot Loader) Copyright (c) 2007, Intel Corporation. All rights reserved.<BR> Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR> @@ -32,7 +32,7 @@ EblAddExternalCommands ( Return a keypress or optionally timeout if a timeout value was passed in. - An optional callback funciton is called evey second when waiting for a + An optional callback function is called every second when waiting for a timeout. diff --git a/EmbeddedPkg/Include/Library/EblCmdLib.h b/EmbeddedPkg/Include/Library/EblCmdLib.h index e891d99d95..8974463c8c 100644 --- a/EmbeddedPkg/Include/Library/EblCmdLib.h +++ b/EmbeddedPkg/Include/Library/EblCmdLib.h @@ -1,5 +1,5 @@ /** @file - Include flie for basic command line parser for EBL (Embedded Boot Loader) + Include file for basic command line parser for EBL (Embedded Boot Loader) Copyright (c) 2007, Intel Corporation. All rights reserved.<BR> Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR> diff --git a/EmbeddedPkg/Include/Library/EfiFileLib.h b/EmbeddedPkg/Include/Library/EfiFileLib.h index 9ec5246358..033375cea0 100644 --- a/EmbeddedPkg/Include/Library/EfiFileLib.h +++ b/EmbeddedPkg/Include/Library/EfiFileLib.h @@ -118,12 +118,12 @@ typedef enum { /**
Open a device named by PathName. The PathName includes a device name and
- path seperated by a :. See file header for more details on the PathName
+ path separated by a :. See file header for more details on the PathName
syntax. There is no checking to prevent a file from being opened more than
one type.
SectionType is only used to open an FV. Each file in an FV contains multiple
- secitons and only the SectionType section is opened.
+ sections and only the SectionType section is opened.
For any file that is opened with EfiOpen() must be closed with EfiClose().
@@ -199,7 +199,7 @@ EfiTell ( /**
- Seek to the Offset locaiton in the file. LoadFile and FV device types do
+ Seek to the Offset location in the file. LoadFile and FV device types do
not support EfiSeek(). It is not possible to grow the file size using
EfiSeek().
@@ -214,7 +214,7 @@ EfiTell ( @return EFI_INVALID_PARAMETER Stream is not an Open File
- @return EFI_UNSUPPORTED LoadFile and FV doe not support Seek
+ @return EFI_UNSUPPORTED LoadFile and FV does not support Seek
@return EFI_NOT_FOUND Seek past the end of the file.
@return EFI_SUCCESS Steam closed
@@ -228,7 +228,7 @@ EfiSeek ( /**
- Read BufferSize bytes from the current locaiton in the file. For load file
+ Read BufferSize bytes from the current location in the file. For load file
and FV case you must read the entire file.
@param Stream Open File Handle
@@ -255,7 +255,7 @@ EfiRead ( Read the entire file into a buffer. This routine allocates the buffer and
returns it to the user full of the read data.
- This is very useful for load flie where it's hard to know how big the buffer
+ This is very useful for load file where it's hard to know how big the buffer
must be.
@param Stream Open File Handle
@@ -316,7 +316,7 @@ EfiGetDeviceCounts ( /**
- Set the Curent Working Directory (CWD). If a call is made to EfiOpen () and
+ Set the Current Working Directory (CWD). If a call is made to EfiOpen () and
the path does not contain a device name, The CWD is prepended to the path.
@param Cwd Current Working Directory to set
@@ -332,7 +332,7 @@ EfiSetCwd ( );
/**
- Set the Curent Working Directory (CWD). If a call is made to EfiOpen () and
+ Set the Current Working Directory (CWD). If a call is made to EfiOpen () and
the path does not contain a device name, The CWD is prepended to the path.
@param Cwd Current Working Directory
diff --git a/EmbeddedPkg/Include/Protocol/EblAddCommand.h b/EmbeddedPkg/Include/Protocol/EblAddCommand.h index 55df1bd5f1..1ce5a8f3bf 100644 --- a/EmbeddedPkg/Include/Protocol/EblAddCommand.h +++ b/EmbeddedPkg/Include/Protocol/EblAddCommand.h @@ -62,7 +62,7 @@ VOID @param EntryArray Pointer EBL_COMMAND_TABLE of the commands that are being added
- @param ArrayCount Nuber of commands in the EntryArray.
+ @param ArrayCount Number of commands in the EntryArray.
**/
typedef
@@ -81,7 +81,7 @@ VOID /**
Return a keypress or optionally timeout if a timeout value was passed in.
- An optional callback funciton is called evey second when waiting for a
+ An optional callback function is called every second when waiting for a
timeout.
@param Key EFI Key information returned
|