summaryrefslogtreecommitdiff
path: root/stand/efi
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2020-06-21 13:34:08 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2020-06-21 13:34:08 +0000
commit7747001b125d7bdc64fa4b06fa4d6b940e38453f (patch)
treee45201c99f3edd18978730294d9686c6a310900c /stand/efi
parent2d3725d62acbaca2fe84d43e8fd32ae9fb9a915b (diff)
downloadsrc-test-7747001b125d7bdc64fa4b06fa4d6b940e38453f.tar.gz
src-test-7747001b125d7bdc64fa4b06fa4d6b940e38453f.zip
Improve wording to be more precise and clear.
No functional change intended. s/Master Boot/Main Boot/ (also called MBR) MFC after: 1 week Sponsored by: Mellanox Technologies
Notes
Notes: svn path=/head/; revision=362466
Diffstat (limited to 'stand/efi')
-rw-r--r--stand/efi/include/efipart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stand/efi/include/efipart.h b/stand/efi/include/efipart.h
index ef1a8709d91b9..665144188eae3 100644
--- a/stand/efi/include/efipart.h
+++ b/stand/efi/include/efipart.h
@@ -18,7 +18,7 @@ Module Name:
efipart.h
Abstract:
- Info about disk partitions and Master Boot Records
+ Info about disk partitions and Main Boot Records
@@ -62,7 +62,7 @@ typedef struct {
UINT8 Unknown[2];
MBR_PARTITION_RECORD Partition[MAX_MBR_PARTITIONS];
UINT16 Signature;
-} MASTER_BOOT_RECORD;
+} MAIN_BOOT_RECORD;
#pragma pack()