Fix typos (intenral -> internal) in comments

This commit is contained in:
ngie 2016-04-15 02:36:14 +00:00
parent 3d59317312
commit b661a7c9c1
2 changed files with 2 additions and 2 deletions

View File

@ -913,7 +913,7 @@ adadump(void *arg, void *virtual, vm_offset_t physical, off_t offset, size_t len
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.
*/

View File

@ -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) \