diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-08-26 16:40:10 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-08-26 16:40:10 +1000 |
commit | 9eeb5af64be73fb2ca981330b39d0b46acc69057 (patch) | |
tree | e6ca9e9388b07aca66da5f86019c8ce0a58715aa /hw/ast-bmc | |
parent | dd3c3ec045ff47adb5531a49bda50e4c86cd38fa (diff) | |
download | skiboot-9eeb5af64be73fb2ca981330b39d0b46acc69057.zip skiboot-9eeb5af64be73fb2ca981330b39d0b46acc69057.tar.gz skiboot-9eeb5af64be73fb2ca981330b39d0b46acc69057.tar.bz2 |
Fix spelling mistakes
See https://github.com/lucasdemarchi/codespel
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/ast-bmc')
-rw-r--r-- | hw/ast-bmc/ast-io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/ast-bmc/ast-io.c b/hw/ast-bmc/ast-io.c index 08ce99d..a3c5c9f 100644 --- a/hw/ast-bmc/ast-io.c +++ b/hw/ast-bmc/ast-io.c @@ -27,7 +27,7 @@ * using FW space as normal memory space is limited to byte accesses * to a fixed 256M window, while FW space allows us to use different * access sizes and to control the IDSEL bits which essentially enable - * a full 4G addres space. + * a full 4G address space. * * The way FW accesses map onto AHB is controlled via two registers * in the BMC's LPC host controller: @@ -79,7 +79,7 @@ * * For the time being, we use the iLPC->AHB for everything except * pnor accesses. In the long run, we will reconfigure the LPC->AHB - * to provide more direct access to all of the BMC addres space but + * to provide more direct access to all of the BMC address space but * we'll only do that after the boot script/program on the BMC is * updated to restore the bridge to a state compatible with the SBE * expectations on boot. |