From d88bd7a5022281be7d836fb8c221fea3ccf6c300 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Thu, 26 Jul 2007 06:35:29 +0000 Subject: [PATCH] Update Nt32.fdf to fix incorrect " character. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3449 6f19259b-4bc3-4df7-8a09-765794883524 --- Nt32Pkg/Nt32Pkg.fdf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Nt32Pkg/Nt32Pkg.fdf b/Nt32Pkg/Nt32Pkg.fdf index 0987e987a7..f5840b2924 100644 --- a/Nt32Pkg/Nt32Pkg.fdf +++ b/Nt32Pkg/Nt32Pkg.fdf @@ -5,11 +5,11 @@ # FD Section # The [FD] Section is made up of the definition statements and a # description of what goes into the Flash Device Image. Each FD section -# defines one flash ¡°device¡± image. A flash device image may be one of +# defines one flash "device" image. A flash device image may be one of # the following: Removable media bootable image (like a boot floppy -# image,) an Option ROM image (that would be ¡°flashed¡± into an add-in -# card,) a System ¡°Flash¡± image (that would be burned into a system¡¯s -# flash) or an Update (¡°Capsule¡±) image that will be used to update and +# image,) an Option ROM image (that would be "flashed" into an add-in +# card,) a System "Flash" image (that would be burned into a system¡¯s +# flash) or an Update ("Capsule") image that will be used to update and # existing system flash. # ################################################################################ @@ -27,9 +27,9 @@ NumBlocks = 0x2a # # Regions must be defined in ascending order and may not overlap. # -# A Layout Region start with a eight digit hex offset (leading ¡°0x¡± required) followed by -# the pipe ¡°|¡± character, followed by the size of the region, also in hex with the leading -# ¡°0x¡± characters. Like: +# A Layout Region start with a eight digit hex offset (leading "0x" required) followed by +# the pipe "|" character, followed by the size of the region, also in hex with the leading +# "0x" characters. Like: # Offset|Size # PcdOffsetCName|PcdSizeCName # RegionType -- 2.39.2