diff options
Diffstat (limited to 'src/southbridge/amd/cs5535/cs5535.c')
-rw-r--r-- | src/southbridge/amd/cs5535/cs5535.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/cs5535/cs5535.c b/src/southbridge/amd/cs5535/cs5535.c index 42707c049c..e66a1e2926 100644 --- a/src/southbridge/amd/cs5535/cs5535.c +++ b/src/southbridge/amd/cs5535/cs5535.c @@ -20,7 +20,7 @@ static void nvram_on(struct device *dev) pci_write_config8(dev, 0x52, 0xee); /* Set positive decode on ROM */ - /* Also, there is no apparent reason to turn off the devoce on the */ + /* Also, there is no apparent reason to turn off the device on the */ /* IDE devices */ reg = pci_read_config8(dev, 0x5b); |