svn commit: r300419 - head/sys/kern

Baptiste Daroussin bapt at FreeBSD.org
Sun May 22 13:10:49 UTC 2016


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


More information about the svn-src-all mailing list