From owner-svn-src-all@FreeBSD.ORG Fri Apr 22 13:56:21 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5362106566B; Fri, 22 Apr 2011 13:56:21 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C5BE88FC13; Fri, 22 Apr 2011 13:56:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p3MDuLhn045094; Fri, 22 Apr 2011 13:56:21 GMT (envelope-from marius@svn.freebsd.org) Received: (from marius@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p3MDuLFC045092; Fri, 22 Apr 2011 13:56:21 GMT (envelope-from marius@svn.freebsd.org) Message-Id: <201104221356.p3MDuLFC045092@svn.freebsd.org> From: Marius Strobl Date: Fri, 22 Apr 2011 13:56:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r220951 - head/sys/dev/esp X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 22 Apr 2011 13:56:21 -0000 Author: marius Date: Fri Apr 22 13:56:21 2011 New Revision: 220951 URL: http://svn.freebsd.org/changeset/base/220951 Log: Correct spelling in comments. Submitted by: brucec Modified: head/sys/dev/esp/ncr53c9x.c Modified: head/sys/dev/esp/ncr53c9x.c ============================================================================== --- head/sys/dev/esp/ncr53c9x.c Fri Apr 22 12:46:39 2011 (r220950) +++ head/sys/dev/esp/ncr53c9x.c Fri Apr 22 13:56:21 2011 (r220951) @@ -2560,7 +2560,7 @@ again: * XXX This will cause a chip reset and will * prevent us from finding out the real * problem with the device. However, it's - * neccessary until a way can be found to + * necessary until a way can be found to * safely cancel the DMA that is in * progress. */