]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/pflash_cfi02.c
Fix typos in comments and code (occured -> occurred and related)
[mirror_qemu.git] / hw / pflash_cfi02.c
index 14bbc34e16c5754b5bb67fae58e43369a5b923a0..8fdafe6a6266fc45e1d164a18a9e6fd6599fb598 100644 (file)
@@ -367,7 +367,7 @@ static void pflash_write (pflash_t *pfl, target_phys_addr_t offset,
     case 4:
         switch (pfl->cmd) {
         case 0xA0:
-            /* Ignore writes while flash data write is occuring */
+            /* Ignore writes while flash data write is occurring */
             /* As we suppose write is immediate, this should never happen */
             return;
         case 0x80: