various: Fix spelling of "asynchronous" in comments.
[deliverable/linux.git] / drivers / char / ipmi / ipmi_msghandler.c
index a0c84bb30856073aa7a46c52690f163789bbd9bc..053201b062a4cffce40422ad1e28c925d4ea5244 100644 (file)
@@ -3789,7 +3789,7 @@ static int handle_one_recv_msg(ipmi_smi_t          intf,
 
        } else if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2))
                   && (msg->rsp[1] == IPMI_READ_EVENT_MSG_BUFFER_CMD)) {
-               /* It's an asyncronous event. */
+               /* It's an asynchronous event. */
                requeue = handle_read_event_rsp(intf, msg);
        } else {
                /* It's a response from the local BMC. */
This page took 0.026715 seconds and 5 git commands to generate.