]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiPayloadPkg: Fix the non-ascii character in UniversalPayloadEntry.c
authorDunTan <dun.tan@intel.com>
Mon, 9 Aug 2021 07:49:27 +0000 (15:49 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 9 Aug 2021 07:55:53 +0000 (07:55 +0000)
Fix the non-ascii character in UniversalPayloadEntry.c

Cc: Guo Dong <guo.dong@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Cc: Maurice Ma <maurice.ma@intel.com>
Cc: Benjamin You <benjamin.you@intel.com>
Signed-off-by: DunTan <dun.tan@intel.com>
UefiPayloadPkg/UefiPayloadEntry/UniversalPayloadEntry.c

index 09dd1e83789cec3348d073d69b8beb242bf69171..03ad9c457bc725ae0c74cac311d0f1a5b3ee77c6 100644 (file)
@@ -38,7 +38,7 @@ PrintHob (
 /**\r
   Some bootloader may pass a pcd database, and UPL also contain a PCD database.\r
   Dxe PCD driver has the assumption that the two PCD database can be catenated and\r
-  the local token number should be successive\r
+  the local token number should be successive.\r
   This function will fix up the UPL PCD database to meet that assumption.\r
 \r
   @param[in]   DxeFv         The FV where to find the Universal PCD database.\r