mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
MdeModulePkg/LoadFileOnFv2: Fix typo in Buffer parameter description
The comment for the Buffer parameter incorrectly said "then no the size" instead of "then the size". This patch fixes the typo only; no functional changes. Reported-by: Yao Zi <ziyao@disroot.org> Signed-off-by: Dongyan Qian <qiandongyan@loongson.cn>
This commit is contained in:
parent
01cdc859e5
commit
6458470010
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ LIST_ENTRY mPrivateDataList;
|
|||
Buffer. On output with a return code of EFI_BUFFER_TOO_SMALL,
|
||||
the size of Buffer required to retrieve the requested file.
|
||||
@param[in] Buffer The memory buffer to transfer the file to. IF Buffer is NULL,
|
||||
then no the size of the requested file is returned in
|
||||
then the size of the requested file is returned in
|
||||
BufferSize.
|
||||
|
||||
@retval EFI_SUCCESS The file was loaded.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue