diff options
Diffstat (limited to 'BaseTools/Source/C/Common/FvLib.c')
-rw-r--r-- | BaseTools/Source/C/Common/FvLib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BaseTools/Source/C/Common/FvLib.c b/BaseTools/Source/C/Common/FvLib.c index b5ae45de09..d53a743178 100644 --- a/BaseTools/Source/C/Common/FvLib.c +++ b/BaseTools/Source/C/Common/FvLib.c @@ -318,7 +318,7 @@ Routine Description: Arguments:
FileType Type of file to search for.
- Instance Instace of the file type to return.
+ Instance Instance of the file type to return.
File Return pointer. In the case of an error, contents are undefined.
Returns:
@@ -505,7 +505,7 @@ Arguments: File The file to search.
SectionType Type of file to search for.
- Instance Instace of the section to return.
+ Instance Instance of the section to return.
Section Return pointer. In the case of an error, contents are undefined.
Returns:
|