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:
@@ -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
|
||||
|
Reference in New Issue
Block a user