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:
Giri P Mudusuru 2016-07-08 14:20:59 +08:00 committed by Liming Gao
parent 5d1ed0fe28
commit ab6cee31e7
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Light-weight Memory Management Routines for OpenSSL-based Crypto
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
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
@ -204,7 +204,7 @@ LookupFreeMemRegion (
}
//
// No availabe region for object allocation!
// No available region for object allocation!
//
return (UINTN)(-1);
}