]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/Hand/Handle.c
Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid...
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Hand / Handle.c
index 983392dec340267fbb4ae4fe480dc8439299382b..e5494843c867c0d1caabc6d878311517dbdce0fc 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   UEFI handle & protocol handling.\r
 \r
-Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2011, 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
@@ -924,7 +924,7 @@ CoreGetProtocolInterface (
 \r
   @retval EFI_SUCCESS            The interface information for the specified protocol was returned.\r
   @retval EFI_UNSUPPORTED        The device does not support the specified protocol.\r
-  @retval EFI_INVALID_PARAMETER  Handle is not a valid EFI_HANDLE..\r
+  @retval EFI_INVALID_PARAMETER  Handle is NULL..\r
   @retval EFI_INVALID_PARAMETER  Protocol is NULL.\r
   @retval EFI_INVALID_PARAMETER  Interface is NULL.\r
 \r