diff options
author | Martin Roth <martin.roth@se-eng.com> | 2014-12-16 20:51:31 -0700 |
---|---|---|
committer | Martin Roth <gaumless@gmail.com> | 2014-12-17 16:55:09 +0100 |
commit | dcf253c74e3eb88e738f425c9a9bfd897736c2b0 (patch) | |
tree | 1105c445f31f3e11db2ec7444b840783c1ded1a4 /src/southbridge/amd/sb800/lpc.c | |
parent | e9c1b211917b357f4646c8afda94f030c2e10d55 (diff) | |
download | coreboot-dcf253c74e3eb88e738f425c9a9bfd897736c2b0.tar.xz |
southbridge/amd sb600, sb700 & sb900 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: I31333742d9c90cf6d7ae3d2f324880ed53807d7f
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-on: http://review.coreboot.org/7840
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/southbridge/amd/sb800/lpc.c')
-rw-r--r-- | src/southbridge/amd/sb800/lpc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/southbridge/amd/sb800/lpc.c b/src/southbridge/amd/sb800/lpc.c index 314a963e2a..f862a97ea4 100644 --- a/src/southbridge/amd/sb800/lpc.c +++ b/src/southbridge/amd/sb800/lpc.c @@ -113,7 +113,7 @@ static void sb800_lpc_set_resources(struct device *dev) pci_dev_set_resources(dev); - /* Specical case. SPI Base Address. The SpiRomEnable should be set. */ + /* Special case. SPI Base Address. The SpiRomEnable should be set. */ res = find_resource(dev, 0xA0); pci_write_config32(dev, 0xA0, res->base | 1 << 1); @@ -122,7 +122,7 @@ static void sb800_lpc_set_resources(struct device *dev) /** * @brief Enable resources for children devices * - * @param dev the device whos children's resources are to be enabled + * @param dev the device whose children's resources are to be enabled * */ static void sb800_lpc_enable_childrens_resources(device_t dev) |