diff options
author | Martin Roth <martin.roth@se-eng.com> | 2014-12-16 20:53:49 -0700 |
---|---|---|
committer | Martin Roth <gaumless@gmail.com> | 2014-12-17 16:55:44 +0100 |
commit | 55e31a9e335943ef26d182ade53103df367e8745 (patch) | |
tree | 1505b4bccfc7c1f93d8f5a96420c88cf0ed06a9a /src/southbridge/amd/cs5535/cs5535.c | |
parent | dcf253c74e3eb88e738f425c9a9bfd897736c2b0 (diff) | |
download | coreboot-55e31a9e335943ef26d182ade53103df367e8745.tar.xz |
southbridge/amd amd81XX, cs553X & sr5650 spelling fixes
Trivial fixes, but the editor highlights them, and it's easy to go
through a bunch of files while I'm otherwise idle.
Change-Id: Ice5d8ce9408356c866a9a2ee5a03f704f55ddc2a
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-on: http://review.coreboot.org/7842
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
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); |