Skip to content

Commit

Permalink
hw/tpm: spelling fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
  • Loading branch information
Michael Tokarev committed Sep 20, 2023
1 parent f1c0cff commit 6eedbb5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion hw/tpm/tpm_tis.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* specification.
*
* 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
#define TPM_TPM_TIS_H
Expand Down
2 changes: 1 addition & 1 deletion hw/tpm/tpm_tis_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* specification.
*
* 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 "hw/irq.h"
Expand Down
4 changes: 2 additions & 2 deletions hw/tpm/tpm_tis_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Family 2.0, Level 00, Revision 1.00
*
* 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
*
*/

Expand Down Expand Up @@ -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
*/
s->be_driver = qemu_find_tpm_be("tpm0");
Expand Down
2 changes: 1 addition & 1 deletion hw/tpm/tpm_tis_isa.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* specification.
*
* 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"
Expand Down
2 changes: 1 addition & 1 deletion hw/tpm/tpm_tis_sysbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* specification.
*
* 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"
Expand Down

0 comments on commit 6eedbb5

Please sign in to comment.