From owner-svn-src-head@freebsd.org Fri Apr 15 02:36:15 2016 Return-Path: Delivered-To: svn-src-head@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 AECA9AEDB6D; Fri, 15 Apr 2016 02:36:15 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EB591D91; Fri, 15 Apr 2016 02:36:15 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3F2aEqv037832; Fri, 15 Apr 2016 02:36:14 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3F2aEgN037830; Fri, 15 Apr 2016 02:36:14 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201604150236.u3F2aEgN037830@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Garrett Cooper Date: Fri, 15 Apr 2016 02:36:14 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r298023 - in head/sys: cam/ata sys 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.21 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: Fri, 15 Apr 2016 02:36:15 -0000 Author: ngie Date: Fri Apr 15 02:36:14 2016 New Revision: 298023 URL: https://svnweb.freebsd.org/changeset/base/298023 Log: Fix typos (intenral -> internal) in comments Modified: head/sys/cam/ata/ata_da.c head/sys/sys/module.h Modified: head/sys/cam/ata/ata_da.c ============================================================================== --- head/sys/cam/ata/ata_da.c Fri Apr 15 02:20:18 2016 (r298022) +++ head/sys/cam/ata/ata_da.c Fri Apr 15 02:36:14 2016 (r298023) @@ -913,7 +913,7 @@ adadump(void *arg, void *virtual, vm_off xpt_setup_ccb(&ccb.ccb_h, periph->path, CAM_PRIORITY_NORMAL); /* - * Tell the drive to flush its intenral cache. if we + * Tell the drive to flush its internal cache. if we * can't flush in 5s we have big problems. No need to * wait the default 60s to detect problems. */ Modified: head/sys/sys/module.h ============================================================================== --- head/sys/sys/module.h Fri Apr 15 02:20:18 2016 (r298022) +++ head/sys/sys/module.h Fri Apr 15 02:36:14 2016 (r298023) @@ -166,7 +166,7 @@ struct mod_pnp_match_info /** * Generic macros to create pnp info hints that modules may export - * to allow external tools to parse their intenral device tables + * to allow external tools to parse their internal device tables * to make an informed guess about what driver(s) to load. */ #define MODULE_PNP_INFO(d, b, unique, t, l, n) \