]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-ppc/translate.c
Spelling fixes, by Stefan Weil.
[mirror_qemu.git] / target-ppc / translate.c
index 4e71614f7b2a85803e1722cdb726b5fe6bcdbf49..19de8695a369cc3f208f6292f2455d49bfcd11d6 100644 (file)
@@ -287,7 +287,7 @@ static void gen_##name (DisasContext *ctx)
 
 typedef struct opcode_t {
     unsigned char opc1, opc2, opc3;
-#if HOST_LONG_BITS == 64 /* Explicitely align to 64 bits */
+#if HOST_LONG_BITS == 64 /* Explicitly align to 64 bits */
     unsigned char pad[5];
 #else
     unsigned char pad[1];