svn commit: r298023 - in head/sys: cam/ata sys
Garrett Cooper
ngie at FreeBSD.org
Fri Apr 15 02:36:15 UTC 2016
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) \
More information about the svn-src-head
mailing list