diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2015-01-06 15:13:56 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-01-15 14:57:29 -0600 |
| commit | 60e36d9749821dc522e1cfd0e164ffd4459a2895 (patch) | |
| tree | d13f2f57f9129f8e4d70b2ecdfbe97cc21931421 /src/include/usr/hwpf | |
| parent | 5150e1feae1154d06b2f5ba59271e481bad13e8e (diff) | |
| download | blackbird-hostboot-60e36d9749821dc522e1cfd0e164ffd4459a2895.tar.gz blackbird-hostboot-60e36d9749821dc522e1cfd0e164ffd4459a2895.zip | |
Fix spelling mistakes using codespell.
- See https://github.com/lucasdemarchi/codespell
Change-Id: I03e102d1ebb9473b6226fa9b6edb684fa0218a2f
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15031
Tested-by: Jenkins Server
Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com>
Reviewed-by: Zane Shelley <zshelle@us.ibm.com>
Reviewed-by: Brian Silver <bsilver@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf')
| -rw-r--r-- | src/include/usr/hwpf/hwp/hwpisteperror.H | 14 | ||||
| -rw-r--r-- | src/include/usr/hwpf/plat/fapiPlatUtil.H | 4 |
2 files changed, 10 insertions, 8 deletions
diff --git a/src/include/usr/hwpf/hwp/hwpisteperror.H b/src/include/usr/hwpf/hwp/hwpisteperror.H index a01e0de84..cb06fe878 100644 --- a/src/include/usr/hwpf/hwp/hwpisteperror.H +++ b/src/include/usr/hwpf/hwp/hwpisteperror.H @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2015 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -43,11 +45,11 @@ namespace ISTEP_ERROR * Contains a top-level IStep failed error log. * * Isteps can perform operations on multiple components regardless of errors - * in order to initilize as much hardware as possible. Each IStep creates an - * IstepError object and for each sub-error, the addErrorDetails() function - * is called before the caller commits the sub-error. At the end of an - * IStep, the getErrorHandle() function is called to return the top-level - * istep error (if any) to the IStep Dispatcher. + * in order to initialize as much hardware as possible. Each IStep creates + * an IstepError object and for each sub-error, the addErrorDetails() + * function is called before the caller commits the sub-error. At the end + * of an IStep, the getErrorHandle() function is called to return the + * top-level istep error (if any) to the IStep Dispatcher. * * The top-level IStep error and all sub-errors have the same PLID (matching * the EID of the first sub-error) so that the IStep error is linked to all diff --git a/src/include/usr/hwpf/plat/fapiPlatUtil.H b/src/include/usr/hwpf/plat/fapiPlatUtil.H index bdd7549bd..ff1464693 100644 --- a/src/include/usr/hwpf/plat/fapiPlatUtil.H +++ b/src/include/usr/hwpf/plat/fapiPlatUtil.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2013,2014 */ +/* Contributors Listed Below - COPYRIGHT 2013,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -25,7 +25,7 @@ /** * @file fapiPlatUtil.H * - * @brief Defines miscellanous utility functions for the platform layer. + * @brief Defines miscellaneous utility functions for the platform layer. * Hardware procedure writers will not call these functions. * */ |

