From owner-svn-src-head@FreeBSD.ORG Mon Jun 22 22:22:45 2015 Return-Path: Delivered-To: svn-src-head@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12CE3150; Mon, 22 Jun 2015 22:22:45 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qc0-x231.google.com (mail-qc0-x231.google.com [IPv6:2607:f8b0:400d:c01::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C1112151A; Mon, 22 Jun 2015 22:22:44 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qcbcf1 with SMTP id cf1so29359234qcb.0; Mon, 22 Jun 2015 15:22:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=r41OS/bUYcc9NpDhYor10uEFBgnTHXpA1KGZuFLLpsk=; b=pXn1HvN7ssjqdSYTO4+ovjajS+oCWomqB6OJoMD55mu87zk3od234/sMMIkmpxG/I5 qk1zLo814gUqPI/8l9db2hBjhslrUSqFoyw4q7Qg5upgKBwyPTPSlnCjMtbNI76YJCYU gagdgIra5gIECYpxXr6CPlahvSSOhflt4lw4eRpULL/n9onOuMeMXnCpV5sanqURpgHd +e4IWabLMVQVgWTc8FJM/n2erU/g6LX0mXN8AGAdYe8g6GsdRZN32mVLZjTf0ZQIUJdz MnijbQeHDXaT6pP48SyuxYoJG1r05QzA0duYRK5OAi2wk/FwWkxqA3aNeR8NANwBI93J 5Flg== MIME-Version: 1.0 X-Received: by 10.55.16.100 with SMTP id a97mr61847702qkh.8.1435011763964; Mon, 22 Jun 2015 15:22:43 -0700 (PDT) Received: by 10.140.98.73 with HTTP; Mon, 22 Jun 2015 15:22:43 -0700 (PDT) In-Reply-To: <201506222153.t5MLrufV031827@svn.freebsd.org> References: <201506222153.t5MLrufV031827@svn.freebsd.org> Date: Mon, 22 Jun 2015 15:22:43 -0700 Message-ID: Subject: Re: svn commit: r284710 - head/sys/netinet From: NGie Cooper To: Hiren Panchasara Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2015 22:22:45 -0000 On Mon, Jun 22, 2015 at 2:53 PM, Hiren Panchasara wrote: > Author: hiren > Date: Mon Jun 22 21:53:55 2015 > New Revision: 284710 > URL: https://svnweb.freebsd.org/changeset/base/284710 > > Log: > Fix a typo: s/iff/if/ > > Sponsored by: Limelight Networks > > Modified: > head/sys/netinet/tcp_input.c > > Modified: head/sys/netinet/tcp_input.c > ============================================================================== > --- head/sys/netinet/tcp_input.c Mon Jun 22 20:24:59 2015 (r284709) > +++ head/sys/netinet/tcp_input.c Mon Jun 22 21:53:55 2015 (r284710) > @@ -2476,7 +2476,7 @@ tcp_do_segment(struct mbuf *m, struct tc > > /* > * Compute the amount of data in flight first. > - * We can inject new data into the pipe iff > + * We can inject new data into the pipe if > * we have less than 1/2 the original window's > * worth of data in flight. > */ iff sometimes means "if and only if": http://encyclopedia.thefreedictionary.com/If+and+Only+If