From owner-svn-src-stable@FreeBSD.ORG Mon Jul 25 17:12:56 2011 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12855106564A; Mon, 25 Jul 2011 17:12:56 +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 020238FC1A; Mon, 25 Jul 2011 17:12:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p6PHCtQD066715; Mon, 25 Jul 2011 17:12:55 GMT (envelope-from marius@svn.freebsd.org) Received: (from marius@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p6PHCt0A066713; Mon, 25 Jul 2011 17:12:55 GMT (envelope-from marius@svn.freebsd.org) Message-Id: <201107251712.p6PHCt0A066713@svn.freebsd.org> From: Marius Strobl Date: Mon, 25 Jul 2011 17:12:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r224339 - stable/7/sys/dev/esp X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2011 17:12:56 -0000 Author: marius Date: Mon Jul 25 17:12:55 2011 New Revision: 224339 URL: http://svn.freebsd.org/changeset/base/224339 Log: MFC: r220951 Correct spelling in comments. Submitted by: brucec Modified: stable/7/sys/dev/esp/ncr53c9x.c Directory Properties: stable/7/sys/ (props changed) stable/7/sys/cddl/contrib/opensolaris/ (props changed) stable/7/sys/contrib/dev/acpica/ (props changed) stable/7/sys/contrib/pf/ (props changed) Modified: stable/7/sys/dev/esp/ncr53c9x.c ============================================================================== --- stable/7/sys/dev/esp/ncr53c9x.c Mon Jul 25 17:12:52 2011 (r224338) +++ stable/7/sys/dev/esp/ncr53c9x.c Mon Jul 25 17:12:55 2011 (r224339) @@ -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. */