]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Correct a typo in EFI_EDID_ACTIVE_PROTOCOL and EFI_EDID_DISCOVERED_PROTOCOL comments.
authorniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 24 Jul 2012 07:17:24 +0000 (07:17 +0000)
committerniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 24 Jul 2012 07:17:24 +0000 (07:17 +0000)
Signed-off-by: Ruiyu Ni<ruiyu.ni@intel.com>
Reviewed-by: Elvin Li<elvin.li@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13552 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/EdidActive.h
MdePkg/Include/Protocol/EdidDiscovered.h

index 28d5c6d2b4951d14b17eebda4a2b9377229441b9..6d776bd9024919218c46613765217d2d7a6b252b 100644 (file)
@@ -3,7 +3,7 @@
 \r
   Placed on the video output device child handle that is actively displaying output.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -41,7 +41,7 @@ typedef struct {
   /// information for an active video output device. This pointer is\r
   /// NULL if no EDID information is available for the video output\r
   /// device. The minimum size of a valid Edid buffer is 128 bytes.\r
-  /// EDID information is defined in the E-DID EEPROM\r
+  /// EDID information is defined in the E-EDID EEPROM\r
   /// specification published by VESA (www.vesa.org).\r
   ///\r
   UINT8    *Edid;\r
index d4339a429b632138072ce288bac95d39cb6cbe66..465aa323a6486286b4324a326a2c64a0c932e30e 100644 (file)
@@ -4,7 +4,7 @@
   This protocol is placed on the video output device child handle. It represents\r
   the EDID information being used for the output device represented by the child handle.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -39,7 +39,7 @@ typedef struct {
   /// information for an active video output device. This pointer is\r
   /// NULL if no EDID information is available for the video output\r
   /// device. The minimum size of a valid Edid buffer is 128 bytes.\r
-  /// EDID information is defined in the E-DID EEPROM\r
+  /// EDID information is defined in the E-EDID EEPROM\r
   /// specification published by VESA (www.vesa.org).\r
   ///  \r
   UINT8    *Edid;\r