hw/tpm: spelling fixes

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
Michael Tokarev 2023-07-14 14:27:20 +03:00
parent f1c0cff8a2
commit 6eedbb5b0c
5 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@
* specification. * specification.
* *
* TPM TIS for TPM 2 implementation following TCG PC Client Platform * TPM TIS for TPM 2 implementation following TCG PC Client Platform
* TPM Profile (PTP) Specification, Familiy 2.0, Revision 00.43 * TPM Profile (PTP) Specification, Family 2.0, Revision 00.43
*/ */
#ifndef TPM_TPM_TIS_H #ifndef TPM_TPM_TIS_H
#define TPM_TPM_TIS_H #define TPM_TPM_TIS_H

View File

@ -20,7 +20,7 @@
* specification. * specification.
* *
* TPM TIS for TPM 2 implementation following TCG PC Client Platform * TPM TIS for TPM 2 implementation following TCG PC Client Platform
* TPM Profile (PTP) Specification, Familiy 2.0, Revision 00.43 * TPM Profile (PTP) Specification, Family 2.0, Revision 00.43
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "hw/irq.h" #include "hw/irq.h"

View File

@ -13,7 +13,7 @@
* Family 2.0, Level 00, Revision 1.00 * Family 2.0, Level 00, Revision 1.00
* *
* TPM TIS for TPM 2 implementation following TCG PC Client Platform * TPM TIS for TPM 2 implementation following TCG PC Client Platform
* TPM Profile (PTP) Specification, Familiy 2.0, Revision 00.43 * TPM Profile (PTP) Specification, Family 2.0, Revision 00.43
* *
*/ */
@ -507,7 +507,7 @@ static void tpm_tis_i2c_realizefn(DeviceState *dev, Error **errp)
} }
/* /*
* Get the backend pointer. It is not initialized propery during * Get the backend pointer. It is not initialized properly during
* device_class_set_props * device_class_set_props
*/ */
s->be_driver = qemu_find_tpm_be("tpm0"); s->be_driver = qemu_find_tpm_be("tpm0");

View File

@ -19,7 +19,7 @@
* specification. * specification.
* *
* TPM TIS for TPM 2 implementation following TCG PC Client Platform * TPM TIS for TPM 2 implementation following TCG PC Client Platform
* TPM Profile (PTP) Specification, Familiy 2.0, Revision 00.43 * TPM Profile (PTP) Specification, Family 2.0, Revision 00.43
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"

View File

@ -19,7 +19,7 @@
* specification. * specification.
* *
* TPM TIS for TPM 2 implementation following TCG PC Client Platform * TPM TIS for TPM 2 implementation following TCG PC Client Platform
* TPM Profile (PTP) Specification, Familiy 2.0, Revision 00.43 * TPM Profile (PTP) Specification, Family 2.0, Revision 00.43
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"