summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/bs32.asm
diff options
context:
space:
mode:
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