diff --git a/OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf b/OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf index 194ebfba64..55c20db963 100644 --- a/OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf +++ b/OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf @@ -2,7 +2,7 @@ # Set TPM device type # # In SecurityPkg, this module initializes the TPM device type based on a UEFI -# variable and/or hardware detection. In OvmfPkg, the module only performs TPM2 +# variable and/or hardware detection. In OvmfPkg, the module only performs TPM # hardware detection. # # Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
diff --git a/OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPeim.c b/OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPeim.c index cc54d95cad..b3b9035eea 100644 --- a/OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPeim.c +++ b/OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPeim.c @@ -2,7 +2,7 @@ Set TPM device type In SecurityPkg, this module initializes the TPM device type based on a UEFI - variable and/or hardware detection. In OvmfPkg, the module only performs TPM2 + variable and/or hardware detection. In OvmfPkg, the module only performs TPM hardware detection. Copyright (c) 2015, Intel Corporation. All rights reserved.