]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/sctp/transport.c
scripts/spelling.txt: add "varible" pattern and fix typo instances
[mirror_ubuntu-artful-kernel.git] / net / sctp / transport.c
index 5b63ceb3bf3758f441a3240d7b516c5e543bfc98..3379668af3686de2ec14db980b1ef527a6d1045f 100644 (file)
@@ -643,9 +643,7 @@ void sctp_transport_reset(struct sctp_transport *t)
        t->srtt = 0;
        t->rttvar = 0;
 
-       /* Reset these additional varibles so that we have a clean
-        * slate.
-        */
+       /* Reset these additional variables so that we have a clean slate. */
        t->partial_bytes_acked = 0;
        t->flight_size = 0;
        t->error_count = 0;