]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Hash2DxeCrypto/Driver.c
BaseTools: Use absolute import in BPDG
[mirror_edk2.git] / SecurityPkg / Hash2DxeCrypto / Driver.c
index ba2fe6a2c47cc8231e5469cceda5a868fa5f7b10..ed44d7f23d7276f000d134b11cc7d1719d4ee9f7 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   This is service binding for Hash driver.\r
 \r
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under\r
 the terms and conditions of the BSD License that accompanies this distribution.\r
 The full text of the license may be found at\r
@@ -30,7 +30,7 @@ EFI_SERVICE_BINDING_PROTOCOL    mHash2ServiceBindingProtocol = {
 \r
   @retval EFI_SUCCES                 The protocol was added to ChildHandle.\r
   @retval EFI_INVALID_PARAMETER      ChildHandle is NULL.\r
-  @retval EFI_OUT_OF_RESOURCES       There are not enough resources availabe to\r
+  @retval EFI_OUT_OF_RESOURCES       There are not enough resources available to\r
                                      create the child.\r
   @retval Others                     The child handle was not created.\r
 \r
@@ -239,4 +239,4 @@ Hash2DriverEntryPoint (
   }\r
 \r
   return Status;\r
-}
\ No newline at end of file
+}\r