Merge git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion into devel-stable
[pandora-kernel.git] / net / caif / caif_socket.c
index 8184c03..37a4034 100644 (file)
@@ -852,7 +852,7 @@ static int caif_connect(struct socket *sock, struct sockaddr *uaddr,
        sock->state = SS_CONNECTING;
        sk->sk_state = CAIF_CONNECTING;
 
-       /* Check priority value comming from socket */
+       /* Check priority value coming from socket */
        /* if priority value is out of range it will be ajusted */
        if (cf_sk->sk.sk_priority > CAIF_PRIO_MAX)
                cf_sk->conn_req.priority = CAIF_PRIO_MAX;