diff options
Diffstat (limited to 'src/usr/ipmi/ipmidd.C')
| -rw-r--r-- | src/usr/ipmi/ipmidd.C | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/ipmi/ipmidd.C b/src/usr/ipmi/ipmidd.C index 7e5e3722c..b0278fe73 100644 --- a/src/usr/ipmi/ipmidd.C +++ b/src/usr/ipmi/ipmidd.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2011,2014 */ +/* Contributors Listed Below - COPYRIGHT 2011,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -240,7 +240,7 @@ void IpmiDD::pollCtrl(void) { // If we're idle, tell the resoure provider to check for any // pending messages which were delayed due to contention. But don't - // send a message everytime we see idle, only if there we suspect + // send a message every time we see idle, only if there we suspect // we sent EAGAINs. if ((ctrl & IDLE_STATE) == 0) { |

