diff options
author | Mukesh Ojha <mukesh02@linux.vnet.ibm.com> | 2016-06-21 15:13:55 +0530 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-07-14 18:09:44 +1000 |
commit | 89c5f58131c965bf269039d10c7c7b49035a2529 (patch) | |
tree | aa141c8b432c2c46c4865010d1ca9309a94df6ca | |
parent | b23912f190f9e8b255783b4c7cc9b77e9a5dad79 (diff) | |
download | skiboot-89c5f58131c965bf269039d10c7c7b49035a2529.zip skiboot-89c5f58131c965bf269039d10c7c7b49035a2529.tar.gz skiboot-89c5f58131c965bf269039d10c7c7b49035a2529.tar.bz2 |
errorlog : Typo mistake
componenet => component
Signed-off-by: Mukesh Ojha <mukesh02@linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | include/errorlog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/errorlog.h b/include/errorlog.h index 783ed0a..2926098 100644 --- a/include/errorlog.h +++ b/include/errorlog.h @@ -193,7 +193,7 @@ struct opal_err_info { #define OPAL_I2C 0x4943 /* IC */ #define OPAL_IPMI 0x4950 /* IP */ -/* SAPPHIRE SRC componenet ID*/ +/* SAPPHIRE SRC component ID*/ #define OPAL_CU 0x1000 #define OPAL_XS 0x1100 #define OPAL_PC 0x1200 |