diff options
Diffstat (limited to 'src/usr/runtime/populate_attributes.C')
-rw-r--r-- | src/usr/runtime/populate_attributes.C | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/runtime/populate_attributes.C b/src/usr/runtime/populate_attributes.C index 5bae9fa77..c128ce63f 100644 --- a/src/usr/runtime/populate_attributes.C +++ b/src/usr/runtime/populate_attributes.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -745,7 +745,7 @@ errlHndl_t populate_attributes( void ) // continue - multi-node - // This msgQ catches the reponses to populate the attributes + // This msgQ catches the responses to populate the attributes msg_q_t msgQ = msg_q_create(); errhdl = MBOX::msgq_register(MBOX::HB_POP_ATTR_MSGQ,msgQ); |