svn commit: r274526 - projects/sendfile/sys/sys

Sergey Kandaurov pluknet at FreeBSD.org
Fri Nov 14 19:41:38 UTC 2014


Author: pluknet
Date: Fri Nov 14 19:41:37 2014
New Revision: 274526
URL: https://svnweb.freebsd.org/changeset/base/274526

Log:
  Follow r274524 and fix language in comment.  No functional changes.

Modified:
  projects/sendfile/sys/sys/sockbuf.h

Modified: projects/sendfile/sys/sys/sockbuf.h
==============================================================================
--- projects/sendfile/sys/sys/sockbuf.h	Fri Nov 14 19:21:19 2014	(r274525)
+++ projects/sendfile/sys/sys/sockbuf.h	Fri Nov 14 19:41:37 2014	(r274526)
@@ -128,7 +128,7 @@ struct	sockbuf {
 #define	M_NOTREADY	M_PROTO1	/* m_data not populated yet */
 #define	M_BLOCKED	M_PROTO2	/* M_NOTREADY in front of m */
 #define	M_NOTAVAIL	(M_NOTREADY | M_BLOCKED)
-#define	M_SBCUT		M_PROTO3	/* mbuf was sbcutted out */
+#define	M_SBCUT		M_PROTO3	/* mbuf was sbcut out */
 
 void	sbappend(struct sockbuf *sb, struct mbuf *m);
 void	sbappend_locked(struct sockbuf *sb, struct mbuf *m);


More information about the svn-src-projects mailing list