Author: bapt
Date: Sun May 22 13:10:48 2016
New Revision: 300419
URL: https://svnweb.freebsd.org/changeset/base/300419

Log:
  Fix typo introduced by me (not the submitter) when fixing typos

Modified:
  head/sys/kern/uipc_socket.c

Modified: head/sys/kern/uipc_socket.c
==============================================================================
--- head/sys/kern/uipc_socket.c Sun May 22 13:04:45 2016        (r300418)
+++ head/sys/kern/uipc_socket.c Sun May 22 13:10:48 2016        (r300419)
@@ -1164,7 +1164,7 @@ sosend_dgram(struct socket *so, struct s
        }
        /*
         * XXX all the SBS_CANTSENDMORE checks previously done could be out
-        * of date.  We could have recived a reset packet in an interrupt or
+        * of date.  We could have received a reset packet in an interrupt or
         * maybe we slept while doing page faults in uiomove() etc.  We could
         * probably recheck again inside the locking protection here, but
         * there are probably other places that this also happens.  We must
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to