aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorGustavo Romero <gromero@linux.ibm.com>2020-05-28 20:02:15 -0400
committerOliver O'Halloran <oohall@gmail.com>2020-06-03 17:15:50 +1000
commit244a8daca45b3dc22d08e1dd17d201ebdbf62d58 (patch)
tree8bc9acd46c8b6515a1555f287c9251b4bf5efeb4 /hw
parentec3c45f3889cd5f7615db5615dd6824abe32f759 (diff)
downloadskiboot-244a8daca45b3dc22d08e1dd17d201ebdbf62d58.zip
skiboot-244a8daca45b3dc22d08e1dd17d201ebdbf62d58.tar.gz
skiboot-244a8daca45b3dc22d08e1dd17d201ebdbf62d58.tar.bz2
xive: Fix typo and spelling in a comment
This commit fixes a typo and a spelling in a comment about the XIVE set translate mechanism. Signed-off-by: Gustavo Romero <gromero@linux.ibm.com> Reviewed-by: Stewart Smith <stewart@flamingspork.com> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/xive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xive.c b/hw/xive.c
index 9a36f1a..9c9123f 100644
--- a/hw/xive.c
+++ b/hw/xive.c
@@ -80,7 +80,7 @@
* with one EQ and one IPI. There is also enought EATs to cover all the PHBs.
*
* Similarily, for MMIO access, the BARs support what is called "set
- * translation" which allows tyhe BAR to be devided into a certain
+ * translation" which allows the BAR to be divided into a certain
* number of sets. The VC BAR (ESBs, ENDs, ...) supports 64 sets and
* the PC BAT supports 16. Each "set" can be routed to a specific
* block and offset within a block.