diff options
| author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:27:20 +0300 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-09-20 07:54:34 +0300 |
| commit | 6eedbb5b0c2a1c79d377da9a08956f896ad66beb (patch) | |
| tree | 7e1b610cb64f94bf6b5ba69bf974a1928ed17485 /hw/tpm/tpm_tis_common.c | |
| parent | f1c0cff8a28ac25f48ecaea672eb3d68250bb3c4 (diff) | |
| download | focaccia-qemu-6eedbb5b0c2a1c79d377da9a08956f896ad66beb.tar.gz focaccia-qemu-6eedbb5b0c2a1c79d377da9a08956f896ad66beb.zip | |
hw/tpm: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Diffstat (limited to 'hw/tpm/tpm_tis_common.c')
| -rw-r--r-- | hw/tpm/tpm_tis_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/tpm/tpm_tis_common.c b/hw/tpm/tpm_tis_common.c index c07c179dbc..279ce436b5 100644 --- a/hw/tpm/tpm_tis_common.c +++ b/hw/tpm/tpm_tis_common.c @@ -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" |