NetworkPkg/UefiPxeBcDxe: 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.

Signed-off-by: Dongyan Qian <qiandongyan@loongson.cn>
This commit is contained in:
Dongyan Qian 2025-11-10 10:02:02 +08:00 committed by mergify[bot]
parent 8c3e181b79
commit 4890db2abc

View file

@ -2335,7 +2335,7 @@ EFI_PXE_BASE_CODE_CALLBACK_PROTOCOL gPxeBcCallBackTemplate = {
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.