summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/bs32.asm
diff options
context:
space:
mode:
authorTian, Hot <hot.tian@intel.com>2014-01-22 08:35:25 +0000
committerhhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524>2014-01-22 08:35:25 +0000
commitc27b9ffe86a8c1d8476154f725682ad2afa8e7d5 (patch)
treef13ae6696cb996a5edeec27859b9d2422728c569 /DuetPkg/BootSector/bs32.asm
parentcb162780fee8f7d101cdcf3ca5db63fa2b6000db (diff)
Fix CRLF format
Signed-off-by: Tian, Hot <hot.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15153 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/BootSector/bs32.asm')
-rw-r--r--DuetPkg/BootSector/bs32.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/BootSector/bs32.asm b/DuetPkg/BootSector/bs32.asm
index d23ba071b2..7105ae6030 100644
--- a/DuetPkg/BootSector/bs32.asm
+++ b/DuetPkg/BootSector/bs32.asm
@@ -36,7 +36,7 @@ Ia32Jump:
nop
OemId db "INTEL " ; OemId - 8 bytes
-; BPB data below will be fixed by tool
+; BPB data below will be fixed by tool
SectorSize dw 0 ; Sector Size - 16 bits
SectorsPerCluster db 0 ; Sector Per Cluster - 8 bits
ReservedSectors dw 0 ; Reserved Sectors - 16 bits