summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--atavia.c2
-rw-r--r--flashchips.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/atavia.c b/atavia.c
index fdaaa74c2..b407a30cf 100644
--- a/atavia.c
+++ b/atavia.c
@@ -142,7 +142,7 @@ int atavia_init(void)
if (rget_io_perms())
return 1;
- dev = pcidev_init(ata_via, PCI_ROM_ADDRESS); /* Acutally no BAR setup needed at all. */
+ dev = pcidev_init(ata_via, PCI_ROM_ADDRESS); /* Actually no BAR setup needed at all. */
if (!dev)
return 1;
diff --git a/flashchips.h b/flashchips.h
index f02958c2a..14ab6de94 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -602,7 +602,7 @@
#define PMC_PM49FL004 0x6E
/*
- * The Sanyo chip found so far uses SPI, first byte is manufacture code,
+ * The Sanyo chip found so far uses SPI, first byte is manufacturer code,
* second byte is the device code,
* third byte is a dummy byte.
*/