mirror of https://github.com/acidanthera/audk.git
CryptoPkg: Fix typos in comments
- availabe to available Cc: Qin Long <qin.long@intel.com> Cc: Ting Ye <ting.ye@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com> Reviewed-by: Qin Long <qin.long@intel.com>
This commit is contained in:
parent
5d1ed0fe28
commit
ab6cee31e7
|
@ -2,7 +2,7 @@
|
||||||
Light-weight Memory Management Routines for OpenSSL-based Crypto
|
Light-weight Memory Management Routines for OpenSSL-based Crypto
|
||||||
Library at Runtime Phase.
|
Library at Runtime Phase.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -204,7 +204,7 @@ LookupFreeMemRegion (
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// No availabe region for object allocation!
|
// No available region for object allocation!
|
||||||
//
|
//
|
||||||
return (UINTN)(-1);
|
return (UINTN)(-1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue