Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 2014 19:41:38 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r274526 - projects/sendfile/sys/sys
Message-ID:  <201411141941.sAEJfcom016183@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411141941.sAEJfcom016183>