]> git.proxmox.com Git - qemu.git/blobdiff - libcacard/vscard_common.h
qga: Fix compiler warnings (missing format attribute, wrong format strings)
[qemu.git] / libcacard / vscard_common.h
index bebd52db17d7ecdf2c52d6d5623401dfa7044ed3..08f68e4dd2b3f5969e8fb20a05c3df0abe1762f0 100644 (file)
@@ -44,7 +44,7 @@
  * to the existing messages, addition of fields.
  *
  * The major digit is for a breaking change of protocol, presumably
- * something that cannot be accomodated with the existing protocol.
+ * something that cannot be accommodated with the existing protocol.
  */
 
 #define VSCARD_VERSION MAKE_VERSION(0, 0, 2)
@@ -153,7 +153,7 @@ typedef struct VSCMsgCardRemove {
 
 /*
  * VSCMsgAPDU               Client <-> Host
- * Main reason of existance. Transfer a single APDU in either direction.
+ * Main reason of existence. Transfer a single APDU in either direction.
  */
 typedef struct VSCMsgAPDU {
     uint8_t    data[0];