]> git.proxmox.com Git - mirror_qemu.git/blobdiff - backends/tpm/tpm_ioctl.h
misc/other: spelling fixes
[mirror_qemu.git] / backends / tpm / tpm_ioctl.h
index e506ef516057e4531ab8df43776e5bcabac660c3..1933ab68557a5c997864f016a08162002a9949be 100644 (file)
@@ -12,8 +12,6 @@
 # define __USE_LINUX_IOCTL_DEFS
 #endif
 
-#include <stdint.h>
-#include <sys/types.h>
 #ifndef _WIN32
 #include <sys/uio.h>
 #include <sys/ioctl.h>
@@ -240,7 +238,7 @@ struct ptm_lockstorage {
         } req; /* request */
         struct {
             ptm_res tpm_result;
-        } resp; /* reponse */
+        } resp; /* response */
     } u;
 };