X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FGraphicsOutput.h;h=8d63f9787e952a67b903c23395a12b1a58bc0fc9;hp=5f2e6e174635f5e59f8b467463d2b7b1c7f61ef9;hb=f754f721bf10508ca15c5c9243caa39c765662cf;hpb=41f2ff0b85f3118238aeac8dfda3a657340519a5 diff --git a/MdePkg/Include/Protocol/GraphicsOutput.h b/MdePkg/Include/Protocol/GraphicsOutput.h index 5f2e6e1746..8d63f9787e 100644 --- a/MdePkg/Include/Protocol/GraphicsOutput.h +++ b/MdePkg/Include/Protocol/GraphicsOutput.h @@ -33,7 +33,7 @@ typedef struct { typedef enum { /// - /// A pixel is 32-bits. Byte zero represents red, byte one represents green, + /// A pixel is 32-bits and byte zero represents red, byte one represents green, /// byte two represents blue, and byte three is reserved. This is the definition /// for the physical frame buffer. The byte values for the red, green, and blue /// components represent the color intensity. This color intensity value range @@ -41,7 +41,7 @@ typedef enum { /// PixelRedGreenBlueReserved8BitPerColor, /// - /// A pixel is 32-bits. Byte zero represents blue, byte one represents green, + /// A pixel is 32-bits and byte zero represents blue, byte one represents green, /// byte two represents red, and byte three is reserved. This is the definition /// for the physical frame buffer. The byte values for the red, green, and blue /// components represent the color intensity. This color intensity value range