]> Pileus Git - ~andy/linux/blobdiff - net/nfc/hci/llc_shdlc.c
treewide: fix comments and printk msgs
[~andy/linux] / net / nfc / hci / llc_shdlc.c
index 27b313befc35eff1f5cfceb41f8ecf9be618c159..3e53c1e029dc2f9079fe1d25c1eb67cd7c3f6073 100644 (file)
@@ -300,7 +300,7 @@ static void llc_shdlc_rcv_rej(struct llc_shdlc *shdlc, int y_nr)
 {
        struct sk_buff *skb;
 
-       pr_debug("remote asks retransmition from frame %d\n", y_nr);
+       pr_debug("remote asks retransmission from frame %d\n", y_nr);
 
        if (llc_shdlc_x_lteq_y_lt_z(shdlc->dnr, y_nr, shdlc->ns)) {
                if (shdlc->t2_active) {