Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Apr 2016 02:36:14 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
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
Message-ID:  <201604150236.u3F2aEgN037830@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)				\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604150236.u3F2aEgN037830>