MdePkg/SpiConfiguration: Correct the definition spelling

Cc: Abner Chang <abner.chang@amd.com>
Cc: Abdul Lateef Attar <AbdulLateef.Attar@amd.com>
Signed-off-by: Brit Chesley <brit.chesley@amd.com>
Reviewed-by: Abner Chang <abner.chang@amd.com>
diff --git a/MdePkg/Include/Protocol/SpiConfiguration.h b/MdePkg/Include/Protocol/SpiConfiguration.h
index 120b54b..cd7c1dd 100644
--- a/MdePkg/Include/Protocol/SpiConfiguration.h
+++ b/MdePkg/Include/Protocol/SpiConfiguration.h
@@ -173,8 +173,8 @@
 /// Definitions of SPI Part Attributes.

 ///

 #define SPI_PART_SUPPORTS_2_BIT_DATA_BUS_WIDTH  BIT0

-#define SPI_PART_SUPPORTS_4_B1T_DATA_BUS_WIDTH  BIT1

-#define SPI_PART_SUPPORTS_8_B1T_DATA_BUS_WIDTH  BIT2

+#define SPI_PART_SUPPORTS_4_BIT_DATA_BUS_WIDTH  BIT1

+#define SPI_PART_SUPPORTS_8_BIT_DATA_BUS_WIDTH  BIT2

 

 ///

 /// The EFI_SPI_PERIPHERAL data structure describes how a specific block of