summaryrefslogtreecommitdiffstats
path: root/src/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel')
-rw-r--r--src/kernel/intmsghandler.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/intmsghandler.C b/src/kernel/intmsghandler.C
index 805b0d761..e40c16291 100644
--- a/src/kernel/intmsghandler.C
+++ b/src/kernel/intmsghandler.C
@@ -202,7 +202,7 @@ void InterruptMsgHdlr::sendIpcMsg(uint64_t i_pir)
//a duplicate doorbell happens before kernel clears first
//message.
//Since the kernel will drop any message with the same PIR
- //key on the floor, need to make it unique with a incrementing
+ //key on the floor, need to make it unique with an incrementing
//counter
cv_ipc_salt += MSG_IPC_SALT;
OpenPOWER on IntegriCloud