diff options
author | Frederic Bonnard <frediz@linux.vnet.ibm.com> | 2016-06-13 11:37:09 +0200 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-06-20 15:08:05 +1000 |
commit | 4c95b5e04e3c4f72e4005574f67cd6e365d3276f (patch) | |
tree | 60763919c97d73efba7a6ffbb2afa3efa05502d4 /hdata | |
parent | 3aeb50189d4d88528c627e099c76b00e28e5c432 (diff) | |
download | skiboot-4c95b5e04e3c4f72e4005574f67cd6e365d3276f.zip skiboot-4c95b5e04e3c4f72e4005574f67cd6e365d3276f.tar.gz skiboot-4c95b5e04e3c4f72e4005574f67cd6e365d3276f.tar.bz2 |
Fix for typos
While reviewing the Debian packaging, codespell found those.
Most proposed fixes are based on codespell's default dictionnary.
Signed-off-by: Frederic Bonnard <frediz@linux.vnet.ibm.com>
Reviewed-by: Mukesh Ojha <mukesh02@linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hdata')
-rw-r--r-- | hdata/spira.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hdata/spira.h b/hdata/spira.h index bd10ae7..eabf7f9 100644 --- a/hdata/spira.h +++ b/hdata/spira.h @@ -475,14 +475,14 @@ struct msvpd_pmover_bsr_synchro { * Note that slots meant for the addition of GX+ adapters that * are currently unpopulated but support hotplug will have a * minimum "placeholder" entry, which will be fully populated - * when the array is rebuild during concurrent maintainance. + * when the array is rebuild during concurrent maintenance. * This "placeholder" is called a "reservation". * - * WARNING: The array rebuild by concurrent maintainance is not + * WARNING: The array rebuild by concurrent maintenance is not * guaranteed to be in the same order as the IPL array, not is - * the order stable between concurrent maintainance operations. + * the order stable between concurrent maintenance operations. * - * There's also a child pointer to daugher card structures but + * There's also a child pointer to daughter card structures but * we aren't going to handle that just yet. */ #define CECHUB_FRU_HDIF_SIG "IO HUB" @@ -659,7 +659,7 @@ struct cpu_ctl_init_data { * child. A child has a pointer to its parent. Siblings are * consecutive entries. * - * Note: If we ever support concurrent maintainance... this is + * Note: If we ever support concurrent maintenance... this is * completely rebuilt, invalidating all indices, though other * structures that may reference SLCA by index will be rebuilt * as well. |