]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix the typo in the description of EFI_PLATFORM_TO_DRIVER_CONFIGURATION_QUERY.
authorShumin Qiu <shumin.qiu@intel.com>
Fri, 23 Aug 2013 08:31:11 +0000 (08:31 +0000)
committershenshushi <shenshushi@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 23 Aug 2013 08:31:11 +0000 (08:31 +0000)
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14596 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Foundation/Efi/Protocol/PlatformToDriverConfiguration/PlatformToDriverConfiguration.h
MdePkg/Include/Protocol/PlatformToDriverConfiguration.h

index 29706df159a7a1553622e3972481c7d54b35c33d..7a439ee21161e7d383654da6e983423574d95d7b 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2008-2013, 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
@@ -97,7 +97,7 @@ EFI_STATUS
                          parameters specific to the ParameterTypeGuid. This structure\r
                          is defined based on the protocol and may be different for\r
                          different protocols. UEFI driver decodes this structure\r
-                         and its contents based on ProtocolGuid. ParameterBlock\r
+                         and its contents based on ParameterTypeGuid. ParameterBlock\r
                          is allocated by the platform and the platform is responsible\r
                          for freeing the ParameterBlock after Response is called.\r
     ParameterBlockSize - The platform returns the size of the ParameterBlock in bytes.\r
index 2af08a7af1e3ae5b5a96e19198ba1631b6bc410a..ee10dc74f7af38ac87f6c26166f4f2f3b4cf65e8 100644 (file)
@@ -5,7 +5,7 @@
   by a UEFI Driver in its Start() function. This protocol allows the driver to receive \r
   configuration information as part of being started.\r
 \r
-  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2013, 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
@@ -84,7 +84,7 @@ typedef struct _EFI_PLATFORM_TO_DRIVER_CONFIGURATION_PROTOCOL EFI_PLATFORM_TO_DR
                               may be different for different\r
                               protocols. UEFI driver decodes this\r
                               structure and its contents based on\r
-                              ProtocolGuid. ParameterBlock is\r
+                              ParameterTypeGuid. ParameterBlock is\r
                               allocated by the platform and the\r
                               platform is responsible for freeing\r
                               the ParameterBlock after Result is\r