]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/eepro100.c
Fix typo in code and comments
[mirror_qemu.git] / hw / eepro100.c
index 05450e859e933946cac770c951bcb721d9f7447f..9f16efd365c4db08951f8bac29f3c5e5e5f8ad89 100644 (file)
@@ -1126,7 +1126,7 @@ static void eepro100_write_eeprom(eeprom_t * eeprom, uint8_t val)
 {
     TRACE(EEPROM, logout("val=0x%02x\n", val));
 
-    /* mask unwriteable bits */
+    /* mask unwritable bits */
 #if 0
     val = SET_MASKED(val, 0x31, eeprom->value);
 #endif