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:
Dongyan Qian 2025-11-10 10:05:45 +08:00 committed by mergify[bot]
parent 01cdc859e5
commit 6458470010

View file

@ -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.