X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FLibrary%2FPcdLib.h;h=00548bebc4e0845e51f73853cae7699e02035415;hp=3b0f830e7f96023838a1289d66d725f545c3f074;hb=f754f721bf10508ca15c5c9243caa39c765662cf;hpb=41f2ff0b85f3118238aeac8dfda3a657340519a5 diff --git a/MdePkg/Include/Library/PcdLib.h b/MdePkg/Include/Library/PcdLib.h index 3b0f830e7f..00548bebc4 100644 --- a/MdePkg/Include/Library/PcdLib.h +++ b/MdePkg/Include/Library/PcdLib.h @@ -6,7 +6,7 @@ PCD, module should be linked to a PEIM/DXE library instance to access that PCD. If a module uses PatchableInModule type PCD, it also needs the library instance to produce LibPatchPcdSetPtr() interface. For FeatureFlag/Fixed PCD, the macro interface is - translated to n variable or macro that is auto-generated by build tool in + translated to a variable or macro that is auto-generated by build tool in module's autogen.h/autogen.c. The PcdGetXX(), PcdSetXX(), PcdToken(), and PcdGetNextTokenSpace() operations are only available prior to ExitBootServices(). If access to PCD values are required