From owner-svn-src-all@FreeBSD.ORG Wed Jul 2 22:33:29 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0959A10; Wed, 2 Jul 2014 22:33:29 +0000 (UTC) Received: from mail-qg0-x22c.google.com (mail-qg0-x22c.google.com [IPv6:2607:f8b0:400d:c04::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 606102A01; Wed, 2 Jul 2014 22:33:29 +0000 (UTC) Received: by mail-qg0-f44.google.com with SMTP id j107so5437253qga.31 for ; Wed, 02 Jul 2014 15:33:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=dt/oWA8U0BomF510GoOt+uDdvXRZWdRKmaag/4jmu9U=; b=y6sJv+S+T4/ynr8EX5aOwdfCo+nkodeT+8FAm7yQl3abDxvuXruQOBFjosyowtMMxf /gpsUqnHeTe7N1B5LBK2OAAQtQRRJonTT5d0cpshxyWFaaxoifdccMZfEVaqdV3QODta rE11Lb+TLQbX2w7bF0wb2u6rfhKeQUT4DFk8Epu8hOIM+RPHMXNs4oLHwgYPPVpFjauG GlYkvuFJ52G6ocaR4bfc/AcC99033Ur/YUWg7WEowEz5UkBT6eWWY2+lDhgqpJbBPKZs 7s8V9BwwAKzvXaEiWbc8d7fopF0JQ+5yp1Soci3iXwwHt0Ad/MhXZ8Sf+C8viNsVIpn6 J9WA== MIME-Version: 1.0 X-Received: by 10.224.65.4 with SMTP id g4mr1220696qai.45.1404340408447; Wed, 02 Jul 2014 15:33:28 -0700 (PDT) Sender: hiren.panchasara@gmail.com Received: by 10.96.73.39 with HTTP; Wed, 2 Jul 2014 15:33:28 -0700 (PDT) In-Reply-To: <201407022225.s62MPnqI032979@svn.freebsd.org> References: <201407022225.s62MPnqI032979@svn.freebsd.org> Date: Wed, 2 Jul 2014 15:33:28 -0700 X-Google-Sender-Auth: -PExOJz5fyj3rW4RDULDBXe8Gok Message-ID: Subject: Re: svn commit: r268190 - head/sys/netinet From: hiren panchasara To: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 22:33:29 -0000 On Wed, Jul 2, 2014 at 3:25 PM, Hiren Panchasara wrote: > Author: hiren > Date: Wed Jul 2 22:25:48 2014 > New Revision: 268190 > URL: http://svnweb.freebsd.org/changeset/base/268190 > > Log: > Fix a typo and improve readability. This commit is to somewhat "fix" my stupidity from r268183. Thanks to gjb for his help and sorry for this whole thing. Hiren