diff options
author | Dong Guo <guo.dong@intel.com> | 2014-01-23 03:19:38 +0000 |
---|---|---|
committer | gdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-01-23 03:19:38 +0000 |
commit | 675723cbcaa67746062d8af9af16f5d342ba12f6 (patch) | |
tree | 43003e19bc5cf58705d9512c0be603ba8a358e32 /SecurityPkg/Include | |
parent | 27582c41bacab463c9ca8db219c257dcd6081b32 (diff) | |
download | edk2-675723cbcaa67746062d8af9af16f5d342ba12f6.zip edk2-675723cbcaa67746062d8af9af16f5d342ba12f6.tar.gz edk2-675723cbcaa67746062d8af9af16f5d342ba12f6.tar.bz2 |
Fix PCD help information format and a typo.
Signed-off-by: Dong Guo <guo.dong@intel.com>
Reviewed-by: Gao, Liming <liming.gao@intel.com>
Reviewed-by: Yao Jiewen <jiewen.yao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15171 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg/Include')
-rw-r--r-- | SecurityPkg/Include/Library/TrEEPhysicalPresenceLib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SecurityPkg/Include/Library/TrEEPhysicalPresenceLib.h b/SecurityPkg/Include/Library/TrEEPhysicalPresenceLib.h index 781fd16..7c0484d 100644 --- a/SecurityPkg/Include/Library/TrEEPhysicalPresenceLib.h +++ b/SecurityPkg/Include/Library/TrEEPhysicalPresenceLib.h @@ -1,8 +1,8 @@ /** @file
Ihis library is intended to be used by BDS modules.
- This library will executing TPM2 request.
+ This library will execute TPM2 request.
-Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2013 - 2014, 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
|