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 /include | |
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 'include')
-rw-r--r-- | include/errorlog.h | 2 | ||||
-rw-r--r-- | include/fsp-attn.h | 2 | ||||
-rw-r--r-- | include/opal-api.h | 2 | ||||
-rw-r--r-- | include/stack.h | 2 | ||||
-rw-r--r-- | include/xscom.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/include/errorlog.h b/include/errorlog.h index 1499587..33d2de2 100644 --- a/include/errorlog.h +++ b/include/errorlog.h @@ -29,7 +29,7 @@ #define OPAL_INPUT_OUTPUT_ERR_EVT 0x02 /* RESOURCE_DEALLOC: Hotplug events and errors */ #define OPAL_RESOURCE_DEALLOC_ERR_EVT 0x03 -/* MISC: Miscellanous error */ +/* MISC: Miscellaneous error */ #define OPAL_MISC_ERR_EVT 0x04 /* OPAL Subsystem IDs listed for reporting events/errors */ diff --git a/include/fsp-attn.h b/include/fsp-attn.h index 1eaa5bb..bc09fcc 100644 --- a/include/fsp-attn.h +++ b/include/fsp-attn.h @@ -60,7 +60,7 @@ struct sp_attn_area { /* Maximum sapphire version length (approx) */ #define VERSION_LEN 80 -/* Upto 10 frames each of length 40 bytes + header = 430 bytes */ +/* Up to 10 frames each of length 40 bytes + header = 430 bytes */ #define BT_FRAME_LEN 430 /* File info length : Use the rest of the memory for file details */ #define FILE_INFO_LEN (TI_MSG_LEN - VERSION_LEN - BT_FRAME_LEN) diff --git a/include/opal-api.h b/include/opal-api.h index e22370f..f70520b 100644 --- a/include/opal-api.h +++ b/include/opal-api.h @@ -926,7 +926,7 @@ struct opal_sg_entry { }; /* - * Candiate image SG list. + * Candidate image SG list. * * length = VER | length */ diff --git a/include/stack.h b/include/stack.h index 0009ea9..3c9799b 100644 --- a/include/stack.h +++ b/include/stack.h @@ -20,7 +20,7 @@ #include <mem-map.h> #define STACK_ENTRY_OPAL_API 0 /* OPAL call */ -#define STACK_ENTRY_HMI 0x0e60 /* Hypervisor maintainance */ +#define STACK_ENTRY_HMI 0x0e60 /* Hypervisor maintenance */ #define STACK_ENTRY_RESET 0x0100 /* System reset */ #define STACK_ENTRY_SOFTPATCH 0x1500 /* Soft patch (denorm emulation) */ diff --git a/include/xscom.h b/include/xscom.h index 09db99b..6e47c0d 100644 --- a/include/xscom.h +++ b/include/xscom.h @@ -99,7 +99,7 @@ * Generate a local address from a given ring/satellite/offset * combination: * - * Ring Satelite offset + * Ring Satellite offset * +---------+---------+-------------+ * | 4 | 4 | 6 | * +---------+---------+-------------+ |