Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 2014 22:06:05 +0300
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        Ian Lepore <ian@FreeBSD.org>
Cc:        svn-src-projects@freebsd.org, Sergey Kandaurov <pluknet@freebsd.org>, src-committers@freebsd.org
Subject:   Re: svn commit: r274513 - in projects/sendfile/sys: kern sys
Message-ID:  <20141114190605.GG1031@FreeBSD.org>
In-Reply-To: <1415991101.4781.110.camel@revolution.hippie.lan>
References:  <201411141555.sAEFtvur007240@svn.freebsd.org> <CAE-mSOKXAofyYJrACgSLL=Cp_g1F8JNzpPa-g0K=iULMcELt1g@mail.gmail.com> <20141114182504.GE1031@FreeBSD.org> <1415991101.4781.110.camel@revolution.hippie.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 14, 2014 at 11:51:41AM -0700, Ian Lepore wrote:
I> On Fri, 2014-11-14 at 21:25 +0300, Gleb Smirnoff wrote:
I> > On Fri, Nov 14, 2014 at 10:23:51PM +0400, Sergey Kandaurov wrote:
I> > S> On 14 November 2014 18:55, Gleb Smirnoff <glebius@freebsd.org> wrote:
I> > S> > Author: glebius
I> > S> > Date: Fri Nov 14 15:55:56 2014
I> > S> > New Revision: 274513
I> > S> > URL: https://svnweb.freebsd.org/changeset/base/274513
I> > S> >
I> > S> [...]
I> > S> > Modified: projects/sendfile/sys/sys/sockbuf.h
I> > S> > ==============================================================================
I> > S> > --- projects/sendfile/sys/sys/sockbuf.h Fri Nov 14 15:50:16 2014        (r274512)
I> > S> > +++ projects/sendfile/sys/sys/sockbuf.h Fri Nov 14 15:55:56 2014        (r274513)
I> > S> > @@ -128,6 +128,7 @@ struct      sockbuf {
I> > S> >  #define        M_NOTREADY      M_PROTO1        /* m_data not populated yet */
I> > S> >  #define        M_BLOCKED       M_PROTO2        /* M_NOTREADY in front of m */
I> > S> >  #define        M_NOTAVAIL      (M_NOTREADY | M_BLOCKED)
I> > S> > +#define        M_SBCUTTED      M_PROTO3        /* mbuf was sbcutted out */
I> > S> 
I> > S> Seriously? There's no such word in (modern) English :).
I> > 
I> > I also had such feeling, but translate.google.com convinced me wrong :)
I> > 
I> 
I> Cutted is not proper modern English.  It is listed by some dictionaries
I> as dialectical and nonstandard.  I've been speaking English for a bit
I> less than 55 years and I've never once heard anyone say cutted, or seen
I> it in writing.

Thanks. Will fix it to M_SBCUT.

-- 
Totus tuus, Glebius.



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