summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/devicefw/userif.H8
-rw-r--r--src/include/usr/ecmddatabuffer/ecmdDataBufferBase.H22
-rw-r--r--src/include/usr/ecmddatabuffer/prdfCompressBuffer.H8
-rw-r--r--src/include/usr/errl/errlentry.H10
-rw-r--r--src/include/usr/errl/errlmanager.H4
-rw-r--r--src/include/usr/errl/errludcallout.H8
-rw-r--r--src/include/usr/errl/hberrltypes.H6
-rw-r--r--src/include/usr/errldisplay/errldisplay.H4
-rw-r--r--src/include/usr/hbotcompid.H4
-rw-r--r--src/include/usr/hwas/common/hwasCommon.H10
-rw-r--r--src/include/usr/hwpf/hwp/hwpisteperror.H14
-rw-r--r--src/include/usr/hwpf/plat/fapiPlatUtil.H4
-rw-r--r--src/include/usr/initservice/istepdispatcherif.H6
-rw-r--r--src/include/usr/intr/interrupt.H6
-rw-r--r--src/include/usr/targeting/attrsync.H12
-rw-r--r--src/include/usr/targeting/common/predicates/predicateattrtanktargetpos.H4
-rw-r--r--src/include/usr/targeting/common/targetservice.H12
-rw-r--r--src/include/usr/trace/interface.H4
-rw-r--r--src/include/usr/util/threadpool.H6
-rw-r--r--src/include/usr/util/utilfile.H8
-rw-r--r--src/include/usr/util/utillidmgr.H4
-rw-r--r--src/include/usr/util/utilmem.H8
-rw-r--r--src/include/usr/util/utilstream.H8
-rw-r--r--src/include/usr/vfs/vfs.H6
24 files changed, 105 insertions, 81 deletions
diff --git a/src/include/usr/devicefw/userif.H b/src/include/usr/devicefw/userif.H
index 05c7cb214..6d041f2ee 100644
--- a/src/include/usr/devicefw/userif.H
+++ b/src/include/usr/devicefw/userif.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. */
/* */
@@ -202,7 +202,7 @@ namespace DeviceFW
static_cast<uint64_t>(( i_offset ))
/**
- * Construct the device addressing paramters for the GPIO port extender ops
+ * Construct the device addressing parameters for the GPIO port extender ops
* @param[in] i_gpio_num - The port extender device type.
* @param[in] i_gpio_pin = The GPIO port address
*/
@@ -221,7 +221,7 @@ namespace DeviceFW
* @param[in] ... Operation specific addressing parameters.
*
* @return NULL - No error.
- * @return Non-NULL - An error handle when error has occured, typically
+ * @return Non-NULL - An error handle when error has occurred, typically
* passed directly from device driver but potentially
* created by the device framework as in the case of
* not finding an installed driver for the desired
@@ -251,7 +251,7 @@ namespace DeviceFW
* @param[in] ... Operation specific addressing parameters.
*
* @return NULL - No error.
- * @return Non-NULL - An error handle when error has occured, typically
+ * @return Non-NULL - An error handle when error has occurred, typically
* passed directly from device driver but potentially
* created by the device framework as in the case of
* not finding an installed driver for the desired
diff --git a/src/include/usr/ecmddatabuffer/ecmdDataBufferBase.H b/src/include/usr/ecmddatabuffer/ecmdDataBufferBase.H
index 6f06b21f8..76ff0ef81 100644
--- a/src/include/usr/ecmddatabuffer/ecmdDataBufferBase.H
+++ b/src/include/usr/ecmddatabuffer/ecmdDataBufferBase.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2011,2015 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -86,7 +86,7 @@ extern tracDesc_t g_etrc; /** Trace Descriptor **/
#define ECMD_DBUF_SUCCESS 0x0 ///< DataBuffer returned successfully
#define ECMD_DBUF_INIT_FAIL (ECMD_ERR_ECMD | 0x2001) ///< Initialization of the DataBuffer failed
#define ECMD_DBUF_BUFFER_OVERFLOW (ECMD_ERR_ECMD | 0x2011) ///< Attempt to read/write data beyond the length of the DataBuffer
- #define ECMD_DBUF_XSTATE_ERROR (ECMD_ERR_ECMD | 0x2021) ///< An 'X' character occured where it was not expected
+ #define ECMD_DBUF_XSTATE_ERROR (ECMD_ERR_ECMD | 0x2021) ///< An 'X' character occurred where it was not expected
#define ECMD_DBUF_UNDEFINED_FUNCTION (ECMD_ERR_ECMD | 0x2031) ///< Function not included in this version of DataBuffer
#define ECMD_DBUF_INVALID_ARGS (ECMD_ERR_ECMD | 0x2041) ///< Args provided to dataBuffer were invalid
#define ECMD_DBUF_INVALID_DATA_FORMAT (ECMD_ERR_ECMD | 0x2043) ///< String data didn't match expected input format
@@ -96,7 +96,7 @@ extern tracDesc_t g_etrc; /** Trace Descriptor **/
#define ECMD_DBUF_FILE_OPERATION_FAIL (ECMD_ERR_ECMD | 0x2057) ///< File operation failed
#define ECMD_DBUF_NOT_OWNER (ECMD_ERR_ECMD | 0x2061) ///< Don't own this buffer so can't do this operation
#define ECMD_DBUF_XSTATE_NOT_ENABLED (ECMD_ERR_ECMD | 0x2063) ///< Xstate function called on a buffer that doesn't have xstates enabled
- #define ECMD_DBUF_MISMATCH (ECMD_ERR_ECMD | 0x2065) ///< There was a mismatch between a comparision operation in the buffer
+ #define ECMD_DBUF_MISMATCH (ECMD_ERR_ECMD | 0x2065) ///< There was a mismatch between a comparison operation in the buffer
#define ECMD_DBUF_NULL_POINTER (ECMD_ERR_ECMD | 0x2067) ///< Null pointer passed
#endif
@@ -316,7 +316,7 @@ public:
* @retval ECMD_DBUF_INIT_FAIL failure occurred setting new length
* @retval ECMD_DBUF_NOT_OWNER when called on buffer not owned
*
- * NOTE : Capacity will be adjusted to fit new size if neccesary
+ * NOTE : Capacity will be adjusted to fit new size if necessary
* CAUTION : All data stored in buffer will be lost
*/
uint32_t setDoubleWordLength(uint32_t i_newNumDoubleWords);
@@ -329,7 +329,7 @@ public:
* @retval ECMD_DBUF_INIT_FAIL failure occurred setting new length
* @retval ECMD_DBUF_NOT_OWNER when called on buffer not owned
*
- * NOTE : Capacity will be adjusted to fit new size if neccesary
+ * NOTE : Capacity will be adjusted to fit new size if necessary
* CAUTION : All data stored in buffer will be lost
*/
uint32_t setWordLength(uint32_t i_newNumWords);
@@ -342,7 +342,7 @@ public:
* @retval ECMD_DBUF_INIT_FAIL failure occurred setting new length
* @retval ECMD_DBUF_NOT_OWNER when called on buffer not owned
*
- * NOTE : Capacity will be adjusted to fit new size if neccesary
+ * NOTE : Capacity will be adjusted to fit new size if necessary
* CAUTION : All data stored in buffer will be lost
*/
uint32_t setHalfWordLength(uint32_t i_newNumHalfWords);
@@ -355,7 +355,7 @@ public:
* @retval ECMD_DBUF_INIT_FAIL failure occurred setting new length
* @retval ECMD_DBUF_NOT_OWNER when called on buffer not owned
*
- * NOTE : Capacity will be adjusted to fit new size if neccesary
+ * NOTE : Capacity will be adjusted to fit new size if necessary
* CAUTION : All data stored in buffer will be lost
*/
uint32_t setByteLength(uint32_t i_newNumBytes);
@@ -368,7 +368,7 @@ public:
* @retval ECMD_DBUF_NOT_OWNER when called on buffer not owned
* @post Buffer is reinitialized and zero'd out
*
- * NOTE : Capacity will be adjusted to fit new size if neccesary
+ * NOTE : Capacity will be adjusted to fit new size if necessary
* CAUTION : All data stored in buffer will be lost
*/
uint32_t setBitLength(uint32_t i_newNumBits);
@@ -399,7 +399,7 @@ public:
* @retval ECMD_DBUF_SUCCESS on success
* @post Internal buffer size is reset but data inside is not lost
*
- * NOTE : Capacity will be adjusted to fit new size if neccesary
+ * NOTE : Capacity will be adjusted to fit new size if necessary
*/
uint32_t growBitLength(uint32_t i_newNumBits);
@@ -616,7 +616,7 @@ public:
* @param i_shiftnum Number of bits to shift
* @param i_offset Offset into the buffer to start the shift from. Default is bit 0.
* @post Bits in buffer are shifted to right by specified number of bits
- * @post Buffer size is resized to accomodate shift
+ * @post Buffer size is resized to accommodate shift
* @retval ECMD_DBUF_SUCCESS on success
* @retval ECMD_DBUF_NOT_OWNER when called on buffer not owned
*/
@@ -626,7 +626,7 @@ public:
* @brief Shift data to left - resizing buffer
* @param i_shiftnum Number of bits to shift
* @post Bits in buffer are shifted to left by specified number of bits - data is shifted off the beginning
- * @post Buffer size is resized to accomodate shift
+ * @post Buffer size is resized to accommodate shift
* @retval ECMD_DBUF_SUCCESS on success
* @retval ECMD_DBUF_NOT_OWNER when called on buffer not owned
*/
diff --git a/src/include/usr/ecmddatabuffer/prdfCompressBuffer.H b/src/include/usr/ecmddatabuffer/prdfCompressBuffer.H
index 9cf927f84..0e370d64e 100644
--- a/src/include/usr/ecmddatabuffer/prdfCompressBuffer.H
+++ b/src/include/usr/ecmddatabuffer/prdfCompressBuffer.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2011,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. */
@@ -183,7 +185,7 @@ namespace PrdfCompressBuffer
* compressed buffer.
*
* NOTE: The size of the output buffer should be 1 + ((i_size * 9) / 8)
- * to guarentee no data is lost (worst case for compression).
+ * to guarantee no data is lost (worst case for compression).
*/
void compressBuffer(uint8_t * i_buf, size_t i_size,
uint8_t * o_buf, size_t &o_size)
@@ -327,7 +329,7 @@ namespace PrdfCompressBuffer
return;
}
- // Initilize output buffer with 0
+ // Initialize output buffer with 0
memset( o_buf, 0, o_size);
uint8_t * l_lookahead = o_buf; // Look-behind buffer.
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;
diff --git a/src/include/usr/errldisplay/errldisplay.H b/src/include/usr/errldisplay/errldisplay.H
index f21a5353c..9c41af56c 100644
--- a/src/include/usr/errldisplay/errldisplay.H
+++ b/src/include/usr/errldisplay/errldisplay.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2014 */
+/* Contributors Listed Below - COPYRIGHT 2013,2015 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -139,7 +139,7 @@ private:
* @param[in] moduleId The id of the module which errored.
* @param[in] reasonCode The reason of the error.
*
- * @return the error log info stucture that matches the module/reason code.
+ * @return the error log info structure that matches the module/reason code.
* or NULL, if there is no structure found.
*/
static const errLogInfo* findErrLogInfo (uint8_t i_moduleId,
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H
index 7810676cf..231df76cf 100644
--- a/src/include/usr/hbotcompid.H
+++ b/src/include/usr/hbotcompid.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. */
/* */
@@ -358,7 +358,7 @@ const char HTMGT_COMP_NAME[] = "htmgt";
// OCCC id 2A00 matches OCCC id on FSP
/** @name OCCC
- * OCC Thermal Managment Device
+ * OCC Thermal Management Device
*/
const compId_t OCCC_COMP_ID = 0x2A00;
const char OCCC_COMP_NAME[] = "occc";
diff --git a/src/include/usr/hwas/common/hwasCommon.H b/src/include/usr/hwas/common/hwasCommon.H
index 592f6ec12..5a3522bf9 100644
--- a/src/include/usr/hwas/common/hwasCommon.H
+++ b/src/include/usr/hwas/common/hwasCommon.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. */
@@ -99,7 +101,8 @@ errlHndl_t platReadIDEC(const TARGETING::TargetHandle_t &i_target);
/**
* @brief platform specific code to determine the PG vector of the input
* target. The platform specific code is responsible for returning the
- * vector. The caller is reponsible for allocating and de-allocating the space.
+ * vector. The caller is responsible for allocating and de-allocating the
+ * space.
*
* @param[in] i_target target to read the Partial Good keyword from
* @param[out] o_pgData pointer to area that will hold the partialGood vector
@@ -152,7 +155,8 @@ const uint32_t VPD_CP00_PG_EX0_GOOD = 0xF300;
/**
* @brief platform specific code to determine the PR vector of the input
* target. The platform specific code is responsible for returning the
- * vector. The caller is reponsible for allocating and de-allocating the space.
+ * vector. The caller is responsible for allocating and de-allocating the
+ * space.
*
* @param[in] i_target target to read the PR keyword from
* @param[out] o_prData pointer to area that will hold the PR keyword
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.
*
*/
diff --git a/src/include/usr/initservice/istepdispatcherif.H b/src/include/usr/initservice/istepdispatcherif.H
index e8ba59596..bbec9480b 100644
--- a/src/include/usr/initservice/istepdispatcherif.H
+++ b/src/include/usr/initservice/istepdispatcherif.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. */
@@ -29,7 +31,7 @@ namespace INITSERVICE
/**
* @brief This function will hold off callers until a sync point message is
- * recieved from an outside source.
+ * received from an outside source.
*
* @return NONE.
*/
diff --git a/src/include/usr/intr/interrupt.H b/src/include/usr/intr/interrupt.H
index fca2ad7c3..b5e41a2d9 100644
--- a/src/include/usr/intr/interrupt.H
+++ b/src/include/usr/intr/interrupt.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2011,2015 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -113,7 +113,7 @@ namespace INTR
* The XISR value is the logical OR of the Interrup Requestor Source
* Number (IRSN) and the Interrrupt Source Number (ISN).
* See BookIV PSI chapter. ISN is defined in the XIVR register and
- * IRSN is defined in the Interupt Requester Source Compare Register
+ * IRSN is defined in the Interrupt Requester Source Compare Register
*/
struct XISR_t
{
@@ -236,7 +236,7 @@ namespace INTR
uint8_t i_thread);
/**
- * Indicate the existance of another HB node in the system
+ * Indicate the existence of another HB node in the system
* @param[in] The HB instance number (HB node)
* @return error log handle on error
*/
diff --git a/src/include/usr/targeting/attrsync.H b/src/include/usr/targeting/attrsync.H
index f7614a992..71675f25c 100644
--- a/src/include/usr/targeting/attrsync.H
+++ b/src/include/usr/targeting/attrsync.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. */
@@ -52,7 +54,7 @@ namespace TARGETING
* @brief Targeting attribute sync class
*
* @par Detailed Description:
- * Provides all the functionality to synchronize the targetting
+ * Provides all the functionality to synchronize the targeting
* attributes from the Hostboot area down to the FSP
*/
class AttributeSync
@@ -83,7 +85,7 @@ namespace TARGETING
*
* @par Detailed Description:
* This function will call into the AttRP:: to have the
- * correct attribute section paged into accessable memory.
+ * correct attribute section paged into accessible memory.
* this function may be called multiple times with different
* section names.
*
@@ -158,7 +160,7 @@ namespace TARGETING
*
* @par Detailed Description:
* This function will call into the AttRP:: to have the
- * correct attribute section paged into accessable memory
+ * correct attribute section paged into accessible memory
*
*/
void getSectionData();
@@ -195,7 +197,7 @@ namespace TARGETING
* synchronusly the response will be populated
* in an object pointed to by this pointer. If
* the message is asynchronus the object
- * pointed to by this paramter will be sent to
+ * pointed to by this parameter will be sent to
* the fsp.
*
* @return errlHndl_t
diff --git a/src/include/usr/targeting/common/predicates/predicateattrtanktargetpos.H b/src/include/usr/targeting/common/predicates/predicateattrtanktargetpos.H
index f9f3d3ecc..4640e256f 100644
--- a/src/include/usr/targeting/common/predicates/predicateattrtanktargetpos.H
+++ b/src/include/usr/targeting/common/predicates/predicateattrtanktargetpos.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014 */
+/* Contributors Listed Below - COPYRIGHT 2014,2015 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -133,7 +133,7 @@ class PredicateAttrTankTargetPos : public PredicateBase
private:
- // Postion info to compare with that of a target
+ // Position info to compare with that of a target
uint16_t iv_pos;
uint8_t iv_unitPos;
uint8_t iv_node;
diff --git a/src/include/usr/targeting/common/targetservice.H b/src/include/usr/targeting/common/targetservice.H
index ea5f67046..828fe86f3 100644
--- a/src/include/usr/targeting/common/targetservice.H
+++ b/src/include/usr/targeting/common/targetservice.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,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. */
@@ -573,7 +575,7 @@ class TargetService
*
* @post See "return"
*
- * @return void would fill up the vectore refernce with complete
+ * @return void would fill up the vectore references with complete
* section data in pages.
*
*/
@@ -805,9 +807,9 @@ class TargetService
* the routine will return the next set of targets in the physical
* hierarchy. Conversely if the caller asks for ALL children targets
* for said source target, the routine will return all targets
- * contained within the processor chip. All searching is peformed as a
- * depth first search. This routine will not clear the caller's input
- * list when returning results.
+ * contained within the processor chip. All searching is performed as
+ * a depth first search. This routine will not clear the caller's
+ * input list when returning results.
*
* @param[out] o_list List of target handles that match the specified
* criteria, not cleared by this function.
diff --git a/src/include/usr/trace/interface.H b/src/include/usr/trace/interface.H
index 74c70228f..3ef857560 100644
--- a/src/include/usr/trace/interface.H
+++ b/src/include/usr/trace/interface.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2011,2015 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -212,7 +212,7 @@ const uint32_t TRACE_FIELD = 0; //Indicates trace is field
* @param descString A string that will be put in front of the binary dump,
* developer assigns anything they want.
* @param address Address of beginning of data to dump.
- * @param length lenght of the binary data.
+ * @param length length of the binary data.
*
* @return void
*/
diff --git a/src/include/usr/util/threadpool.H b/src/include/usr/util/threadpool.H
index 603c6018f..f96e0b916 100644
--- a/src/include/usr/util/threadpool.H
+++ b/src/include/usr/util/threadpool.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. */
@@ -105,7 +107,7 @@ class ThreadPool : public Util::__Util_ThreadPool_Impl::ThreadPoolImpl
/** @brief Insert a work item onto the thread-pool's queue.
*
- * Ownership of the object is transfered to the thread-pool.
+ * Ownership of the object is transferred to the thread-pool.
* After completing the work, the thread-pool will delete the
* work item.
*
diff --git a/src/include/usr/util/utilfile.H b/src/include/usr/util/utilfile.H
index ab8c4014d..8a04f4926 100644
--- a/src/include/usr/util/utilfile.H
+++ b/src/include/usr/util/utilfile.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2003,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. */
@@ -210,7 +212,7 @@ class UtilFile : public UtilStream
/**
* @brief Reads data from current position of the stream
*
- * Reads data from the current postion of the stream for the
+ * Reads data from the current position of the stream for the
* specified number of bytes.
*
*/
@@ -222,7 +224,7 @@ class UtilFile : public UtilStream
/**
* @brief Writes data to current position of the stream
*
- * Writes data to the current postion of the stream for the
+ * Writes data to the current position of the stream for the
* specified number of bytes.
*
* @note This will assert in Hostboot! Writing of files is not supported.
diff --git a/src/include/usr/util/utillidmgr.H b/src/include/usr/util/utillidmgr.H
index 624f040f3..f36d8fbe1 100644
--- a/src/include/usr/util/utillidmgr.H
+++ b/src/include/usr/util/utillidmgr.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2014 */
+/* Contributors Listed Below - COPYRIGHT 2013,2015 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -288,7 +288,7 @@ class UtilLidMgr
* synchronusly the response will be populated
* in an object pointed to by this pointer. If
* the message is asynchronus the object
- * pointed to by this paramter will be sent to
+ * pointed to by this parameter will be sent to
* the fsp.
*
* @return errlHndl_t
diff --git a/src/include/usr/util/utilmem.H b/src/include/usr/util/utilmem.H
index 66a35ddc6..8f73b7d42 100644
--- a/src/include/usr/util/utilmem.H
+++ b/src/include/usr/util/utilmem.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2003,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. */
@@ -117,7 +119,7 @@ public:
/**
* @brief Reads data from current position of the stream
*
- * Reads data from the current postion of the stream for the
+ * Reads data from the current position of the stream for the
* specified number of bytes.
*
*/
@@ -129,7 +131,7 @@ public:
/**
* @brief Writes data to current position of the stream
*
- * Writes data to the current postion of the stream for the
+ * Writes data to the current position of the stream for the
* specified number of bytes.
*
*/
diff --git a/src/include/usr/util/utilstream.H b/src/include/usr/util/utilstream.H
index 639063111..1b1c7bef1 100644
--- a/src/include/usr/util/utilstream.H
+++ b/src/include/usr/util/utilstream.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2003,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. */
@@ -85,7 +87,7 @@ class UtilStream
/**
* @brief Reads data from current position of the stream
*
- * Reads data from the current postion of the stream for the
+ * Reads data from the current position of the stream for the
* specified number of bytes.
*
* @return # of bytes read or zero if none.
@@ -102,7 +104,7 @@ class UtilStream
/**
* @brief Writes data to current position of the stream
*
- * Writes data to the current postion of the stream for the
+ * Writes data to the current position of the stream for the
* specified number of bytes.
*
* @return # of bytes written or zero if none.
diff --git a/src/include/usr/vfs/vfs.H b/src/include/usr/vfs/vfs.H
index 72a80e8d8..3c947bf97 100644
--- a/src/include/usr/vfs/vfs.H
+++ b/src/include/usr/vfs/vfs.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2011,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. */
@@ -67,7 +69,7 @@ namespace VFS
void find_test_modules(std::vector<const char *> & o_list);
/**
- * Test for existance of module
+ * Test for existence of module
* @param[in] i_name module name
* @return [true|false]
*/
OpenPOWER on IntegriCloud