summaryrefslogtreecommitdiffstats
path: root/src/usr/mbox/mailboxsp.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/mbox/mailboxsp.C')
-rw-r--r--src/usr/mbox/mailboxsp.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/mbox/mailboxsp.C b/src/usr/mbox/mailboxsp.C
index bb7b01513..1d1a3895d 100644
--- a/src/usr/mbox/mailboxsp.C
+++ b/src/usr/mbox/mailboxsp.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2015 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -844,7 +844,7 @@ void MailboxSp::recv_msg(mbox_msg_t & i_mbox_msg)
else //sync message from FSP
{
// Need to save queue_id and msg_id and msg ptr
- // for reponse
+ // for response
msg_respond_t * response = new msg_respond_t(msg);
response->msg_id = i_mbox_msg.msg_id;
response->msg_queue_id = i_mbox_msg.msg_queue_id;
OpenPOWER on IntegriCloud