From owner-svn-src-all@freebsd.org Wed Aug 31 14:43:27 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5E40BCADF6 for ; Wed, 31 Aug 2016 14:43:27 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-it0-x22b.google.com (mail-it0-x22b.google.com [IPv6:2607:f8b0:4001:c0b::22b]) (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 9E538AF6 for ; Wed, 31 Aug 2016 14:43:27 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-it0-x22b.google.com with SMTP id e124so11909053ith.0 for ; Wed, 31 Aug 2016 07:43:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=cnHmxbyiC16joP0bz3eeBfZbXaV5O3hLAwJbH2lfrwc=; b=WTonV9x04YpBFpYdxImOrcA7J9ivlu5DGXmlvYTzwJ9U0ZPqao/fdIC0Rt7ow4tF2P pMnwQt4fE1XulUeJHMMPtr21/zhr4KJsy2ANN9qJzjHHp26mB6FTRLBo1+D7S3nPMTTc 5RMkgFejVj2LAxeDq9EWa+h3zRwdiSDyEANwCP4ZSJZcOvRXx2lYGnBmxrOyiYC49Znz sq8lHUTQ1Nqzg2QCxEvUzaMG0TYQVr2Ix68SSC13hDov0LpEhH/QreoarxxKqr72Cmx6 XBSxosiqOiNFKZkrL2cW9I2WYUcQG9NPbTlM5mwVpTQGgRZ4qGPTSjYMne9bqeF3Ma80 33VQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=cnHmxbyiC16joP0bz3eeBfZbXaV5O3hLAwJbH2lfrwc=; b=OW1BRzS2X7nXhygiHt/n5lg1PlnN+BwkTLeyUK9Il9dXrDKGuFxBu4C4aR9mOKMLBW MDBRanGVETiEjhcumyOZxxsUcg0Fujda0rVNwuAkj9pJWzQ3ltX+alzkki/HIVHR+mSM FYO3E0begD3E3Gnnd9YkOaNcZDDXZuwplhW23xF0CnquXIqzyB7hyTkbGYm/vKNlomxo ii4csGBWuhgnYmAVXqwjuiAs638ViHg4FoQSuPTK6gw7wcSGjhwOtfgbCK6ZqTT/mj9J eWeaFfKkCmlXYCk/bMjSi/S3nTNB4WyDdpjDPiQuW2LcrTf4IGlZtC6gjRR89ALFV7pI 8vxQ== X-Gm-Message-State: AE9vXwNCxmy9NUW8rRED6xZ8cynNsjD+Am95ywV6c268fqJQTxKrAE0flov+KKAlzfCyvbJq1cQQC8PA+vtRMw== X-Received: by 10.36.116.193 with SMTP id o184mr30606977itc.14.1472654606860; Wed, 31 Aug 2016 07:43:26 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.36.65.7 with HTTP; Wed, 31 Aug 2016 07:43:26 -0700 (PDT) X-Originating-IP: [50.205.115.50] In-Reply-To: <9994950D-74C3-4326-BE5F-27B042971460@shxd.cx> References: <201608310355.u7V3tof3018157@repo.freebsd.org> <9994950D-74C3-4326-BE5F-27B042971460@shxd.cx> From: Warner Losh Date: Wed, 31 Aug 2016 08:43:26 -0600 X-Google-Sender-Auth: nydUUde5KM3W660iLJHmTPnRePc Message-ID: Subject: Re: svn commit: r305107 - head/sys/boot/forth To: Devin Teske Cc: Warner Losh , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" , Devin Teske Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 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, 31 Aug 2016 14:43:27 -0000 On Wed, Aug 31, 2016 at 8:41 AM, Devin Teske wrote: > Please remove the following: > > "Unsure why we don't just have start" > > Others beside yourself have great understanding of the Forth and we don't need questioning comments in the code. To be fair, it was just left in there accidentally. However, could you explain it to me? That answer is insulting without being actually helpful in resolving the situation. Warner