From owner-freebsd-current@FreeBSD.ORG Tue Apr 19 15:08:24 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 303741065674 for ; Tue, 19 Apr 2011 15:08:24 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id B5A868FC15 for ; Tue, 19 Apr 2011 15:08:23 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=Vlw5OJcoxCC473z5moizI40ESYe+BpcMN2hU0iQoJwI= c=1 sm=1 a=IU0TiZmyZPMA:10 a=WQU8e4WWZSUA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=hLgvo10uAAAA:8 a=h7F_ZzWiAAAA:8 a=HMxKnLlVoz25TPqAb48A:9 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mailfe01.swip.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.1 X-TFF-CGPSA-Version: 1.7 X-T2-CGPSA-Filter: Scanned Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 116736321; Tue, 19 Apr 2011 17:08:19 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Tue, 19 Apr 2011 17:07:19 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <20110419111500.GA16509@muon.cran.org.uk> In-Reply-To: <20110419111500.GA16509@muon.cran.org.uk> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201104191707.19855.hselasky@c2i.net> Cc: Bruce Cran Subject: Re: Finding typos using codespell X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2011 15:08:24 -0000 On Tuesday 19 April 2011 13:15:00 Bruce Cran wrote: > There's a new tool that can be used to find spelling mistakes in code: > codespell from http://www.politreco.com has already been used to find > mistakes in both Linux and LLVM. I ran it on sys/ and it found lots of > potential typos - the full diff (which I know does contain some incorrect > changes) can be found at > http://www.cran.org.uk/~brucec/freebsd/codespell_sys.diff . Changes in sys/dev/usb are OK, including the one in usbdevs --HPS