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/errl | |
| 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/errl')
| -rw-r--r-- | src/include/usr/errl/errlentry.H | 10 | ||||
| -rw-r--r-- | src/include/usr/errl/errlmanager.H | 4 | ||||
| -rw-r--r-- | src/include/usr/errl/errludcallout.H | 8 | ||||
| -rw-r--r-- | src/include/usr/errl/hberrltypes.H | 6 |
4 files changed, 14 insertions, 14 deletions
diff --git a/src/include/usr/errl/errlentry.H b/src/include/usr/errl/errlentry.H index 4f164d523..ea5fdf660 100644 --- a/src/include/usr/errl/errlentry.H +++ b/src/include/usr/errl/errlentry.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2011,2014 */ +/* Contributors Listed Below - COPYRIGHT 2011,2015 */ /* [+] Google Inc. */ /* [+] International Business Machines Corp. */ /* */ @@ -495,7 +495,7 @@ public: * @param[in] i_priority Priority of the callout * @param[in] i_deconfigState Enum indicating whether the failing part * should be deconfigured. - * @param[in] i_gardErrorType To indicate what type of failure occured + * @param[in] i_gardErrorType To indicate what type of failure occurred * * @return void */ @@ -516,7 +516,7 @@ public: * @param[in] i_priority Priority of the callout * @param[in] i_deconfigState Enum indicating whether the failing part * should be deconfigured. - * @param[in] i_gardErrorType To indicate what type of failure occured + * @param[in] i_gardErrorType To indicate what type of failure occurred * * @return void */ @@ -551,7 +551,7 @@ public: * @param[in] i_priority Priority of the callout * @param [in] i_deconfigState Enum indicating whether the failing part * should be deconfigured. - * @param [in] i_gardErrorType to indicate what type of failure occured + * @param [in] i_gardErrorType to indicate what type of failure occurred * * @return void */ @@ -705,7 +705,7 @@ private: const bool i_truncate = false); /** - * @brief Called by commit(), this fucntion creates a + * @brief Called by commit(), this function creates a * user details section which contains the Hostboot * build ID and adds this to the current error log being * processed. diff --git a/src/include/usr/errl/errlmanager.H b/src/include/usr/errl/errlmanager.H index 02c47a8d2..38291e546 100644 --- a/src/include/usr/errl/errlmanager.H +++ b/src/include/usr/errl/errlmanager.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2011,2014 */ +/* Contributors Listed Below - COPYRIGHT 2011,2015 */ /* [+] Google Inc. */ /* [+] International Business Machines Corp. */ /* */ @@ -337,7 +337,7 @@ private: /** * @brief - * Pointer to the header that preceeds the error log storage buffer + * Pointer to the header that precedes the error log storage buffer * in L3 RAM. This may go away when we adopt PNOR, or else become * instance variables instead of a pointer pointing within the * storage buffer. diff --git a/src/include/usr/errl/errludcallout.H b/src/include/usr/errl/errludcallout.H index 597a23088..d6f2423bd 100644 --- a/src/include/usr/errl/errludcallout.H +++ b/src/include/usr/errl/errludcallout.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -73,7 +73,7 @@ private: * @param[in] i_priority Priority of the callout * @param[in] i_deconfigState Enum indicating whether the failing part * should be deconfigured. - * @param[in] i_gardErrorType To indicate what type of failure occured + * @param[in] i_gardErrorType To indicate what type of failure occurred * * @return void */ @@ -93,7 +93,7 @@ private: * @param[in] i_priority Priority of the callout * @param[in] i_deconfigState Enum indicating whether the failing part * should be deconfigured. - * @param[in] i_gardErrorType To indicate what type of failure occured + * @param[in] i_gardErrorType To indicate what type of failure occurred * * @return void */ @@ -134,7 +134,7 @@ private: * @param[in] i_priority Priority of the callout * @param [in] i_deconfigState Enum indicating whether the failing part * should be deconfigured. - * @param [in] i_gardErrorType to indicate what type of failure occured + * @param [in] i_gardErrorType to indicate what type of failure occurred * * @return void */ diff --git a/src/include/usr/errl/hberrltypes.H b/src/include/usr/errl/hberrltypes.H index e948e4df0..5aff48375 100644 --- a/src/include/usr/errl/hberrltypes.H +++ b/src/include/usr/errl/hberrltypes.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -331,7 +331,7 @@ enum errlUserDataType_t /** @enum errlUserDataVersion * * Identifier for the version of user data in an error log. - * This value is used in conjuction with the type field to format + * This value is used in conjunction with the type field to format * of the additional data in an error log. Versions and type should * be unique across subcomponents of the errl component. */ @@ -374,7 +374,7 @@ typedef uint8_t errlsubsec_t; typedef struct storage_header { uint32_t cbStorage; // count of bytes in buffer - uint32_t cInserted; // count of logs ever commited + uint32_t cInserted; // count of logs ever committed uint32_t offsetStart; // start-of-list marker uint32_t offsetMarker; // next-insertion marker } __attribute__((packed)) storage_header_t; |

