From owner-svn-src-head@FreeBSD.ORG Thu Mar 7 13:24:50 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 05BC9D73; Thu, 7 Mar 2013 13:24:50 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EAFF899C; Thu, 7 Mar 2013 13:24:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r27DOnR9066327; Thu, 7 Mar 2013 13:24:49 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r27DOnXJ066326; Thu, 7 Mar 2013 13:24:49 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201303071324.r27DOnXJ066326@svn.freebsd.org> From: Gavin Atkinson Date: Thu, 7 Mar 2013 13:24:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r247914 - head/sys/sparc64/pci X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2013 13:24:50 -0000 Author: gavin Date: Thu Mar 7 13:24:49 2013 New Revision: 247914 URL: http://svnweb.freebsd.org/changeset/base/247914 Log: Correct two spelling mistakes in a comment. Modified: head/sys/sparc64/pci/psycho.c Modified: head/sys/sparc64/pci/psycho.c ============================================================================== --- head/sys/sparc64/pci/psycho.c Thu Mar 7 13:24:16 2013 (r247913) +++ head/sys/sparc64/pci/psycho.c Thu Mar 7 13:24:49 2013 (r247914) @@ -200,7 +200,7 @@ struct psycho_icarg { * "Sabre" is the UltraSPARC IIi onboard UPA to PCI bridge. It manages a * single PCI bus and does not have a streaming buffer. It often has an APB * (advanced PCI bridge) connected to it, which was designed specifically for - * the IIi. The APB let's the IIi handle two independednt PCI buses, and + * the IIi. The APB lets the IIi handle two independent PCI buses, and * appears as two "Simba"'s underneath the Sabre. * * "Hummingbird" is the UltraSPARC IIe onboard UPA to PCI bridge. It's