diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:33:49 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-09-08 13:08:52 +0300 |
commit | 0a19d8799557f4644cbad76a6e496946166892b2 (patch) | |
tree | 9685167c2776ca291ee03a257af700f81e15df46 /backends | |
parent | 01dc06511d679263505fadd84fd55f4955c6902b (diff) |
misc/other: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'backends')
-rw-r--r-- | backends/tpm/tpm_ioctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/tpm/tpm_ioctl.h b/backends/tpm/tpm_ioctl.h index b1d31768a6..1933ab6855 100644 --- a/backends/tpm/tpm_ioctl.h +++ b/backends/tpm/tpm_ioctl.h @@ -238,7 +238,7 @@ struct ptm_lockstorage { } req; /* request */ struct { ptm_res tpm_result; - } resp; /* reponse */ + } resp; /* response */ } u; }; |