treewide: Replace incomming with incoming in all comments and strings
[firefly-linux-kernel-4.4.55.git] / drivers / isdn / mISDN / l1oip_core.c
index db50f788855db4f41de7f35e3aee4abe4da87253..d67126dbbb04bf056f09d3ccabfe48fb996ad599 100644 (file)
@@ -692,7 +692,7 @@ l1oip_socket_thread(void *data)
        hc->sin_remote.sin_addr.s_addr = htonl(hc->remoteip);
        hc->sin_remote.sin_port = htons((unsigned short)hc->remoteport);
 
-       /* bind to incomming port */
+       /* bind to incoming port */
        if (socket->ops->bind(socket, (struct sockaddr *)&hc->sin_local,
                              sizeof(hc->sin_local))) {
                printk(KERN_ERR "%s: Failed to bind socket to port %d.\n",