X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FPcd.h;h=7741df17eab303b83275ce695a319b90e51df21c;hp=f0710362204ea5501e90a3a22d2240252014ba1a;hb=511710d68f477e0210ae1830769e5d0cde4ea36a;hpb=cb44bbdb8e15fc40362e6b0542be196c15c04615 diff --git a/MdePkg/Include/Protocol/Pcd.h b/MdePkg/Include/Protocol/Pcd.h index f071036220..7741df17ea 100644 --- a/MdePkg/Include/Protocol/Pcd.h +++ b/MdePkg/Include/Protocol/Pcd.h @@ -765,7 +765,7 @@ EFI_STATUS @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value. @param[in,out] TokenNumber A pointer to the PCD token number to use to find the subsequent token number. If the input token namespace or token number does not exist on the platform, - an error is returned and the value of *TokenNumber is undefined. To retrieve the ¡°first¡± token, + an error is returned and the value of *TokenNumber is undefined. To retrieve the "first" token, have the pointer reference a TokenNumber value of 0. If the input token number is 0 and there is no valid token number for this token namespace, *TokenNumber will be assigned to 0 and the function return EFI_SUCCESS. If the token number is the last valid token number,