SecurityPkg: Fix typo 'Ihis' with 'This' in codes

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
Hao Wu
2016-10-17 09:26:13 +08:00
parent e3917fc768
commit 07309c3ddc
31 changed files with 62 additions and 62 deletions

View File

@@ -1,11 +1,11 @@
// /** @file
// Provides hash service by registered hash handler
//
// Ihis library is BaseCrypto router. It will redirect hash request to each individual
// This library is BaseCrypto router. It will redirect hash request to each individual
// hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to
// mask some hash engines.
//
// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
// Copyright (c) 2013 - 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