summaryrefslogtreecommitdiffstats
path: root/src/usr/vpd
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/vpd')
-rw-r--r--src/usr/vpd/ipvpd.C6
-rw-r--r--src/usr/vpd/ipvpd.H4
-rwxr-xr-xsrc/usr/vpd/spd.H6
3 files changed, 8 insertions, 8 deletions
diff --git a/src/usr/vpd/ipvpd.C b/src/usr/vpd/ipvpd.C
index 8e7e4a301..2eec10f4f 100644
--- a/src/usr/vpd/ipvpd.C
+++ b/src/usr/vpd/ipvpd.C
@@ -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. */
/* */
@@ -850,7 +850,7 @@ bool IpVpdFacade::hasVpdPresent( TARGETING::Target * i_target,
if( err )
{
- TRACFCOMP( g_trac_vpd, ERR_MRK"Error occured during translateRecord\
+ TRACFCOMP( g_trac_vpd, ERR_MRK"Error occurred during translateRecord\
- IpVpdFacade::hasVpdPresent");
break;
}
@@ -860,7 +860,7 @@ bool IpVpdFacade::hasVpdPresent( TARGETING::Target * i_target,
if( err )
{
- TRACFCOMP( g_trac_vpd, ERR_MRK"Error occured during \
+ TRACFCOMP( g_trac_vpd, ERR_MRK"Error occurred during \
translateKeyword - IpVpdFacade::hasVpdPresent" );
break;
}
diff --git a/src/usr/vpd/ipvpd.H b/src/usr/vpd/ipvpd.H
index aa0bf8c81..4bdeff68d 100644
--- a/src/usr/vpd/ipvpd.H
+++ b/src/usr/vpd/ipvpd.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. */
/* */
@@ -44,7 +44,7 @@ class IpVpdFacade
public:
/**
- * @brief Miscelaneous IPVPD definitions
+ * @brief Miscellaneous IPVPD definitions
*/
enum
{
diff --git a/src/usr/vpd/spd.H b/src/usr/vpd/spd.H
index b47c78438..c7ad2e0cb 100755
--- a/src/usr/vpd/spd.H
+++ b/src/usr/vpd/spd.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2014 */
+/* Contributors Listed Below - COPYRIGHT 2013,2015 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -78,7 +78,7 @@ enum
};
/**
- * @brief Enumerations for Module Specfic Keywords
+ * @brief Enumerations for Module Specific Keywords
*/
typedef enum
{
@@ -366,7 +366,7 @@ bool spdPresent ( TARGETING::Target * i_target );
*
* @param[in] i_accessType - DeviceFW::AccessType enum.
*
- * @param[in] i_args - An arguement for the Device Driver framework. There
+ * @param[in] i_args - An argument for the Device Driver framework. There
* are no args for this function.
*
* @return errlHndl_t - NULL if successful, otherwise a pointer to the
OpenPOWER on IntegriCloud