aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/bus_if.m
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-04-29 22:15:33 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-04-29 22:15:33 +0000
commite3043798aa79660648a80166c1b48461668c4887 (patch)
treec122a8a0b414336407a6c53c58daa7d7aa423532 /sys/kern/bus_if.m
parenta061fea6eeb689ab01affff1350cc47beb4a0ce5 (diff)
downloadsrc-e3043798aa79660648a80166c1b48461668c4887.tar.gz
src-e3043798aa79660648a80166c1b48461668c4887.zip
sys/kern: spelling fixes in comments.
No functional change.
Notes
Notes: svn path=/head/; revision=298819
Diffstat (limited to 'sys/kern/bus_if.m')
-rw-r--r--sys/kern/bus_if.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/bus_if.m b/sys/kern/bus_if.m
index c359b41d8895..56673a4a0374 100644
--- a/sys/kern/bus_if.m
+++ b/sys/kern/bus_if.m
@@ -121,7 +121,7 @@ METHOD void probe_nomatch {
* @param _child the child device whose instance variable is
* being read
* @param _index the instance variable to read
- * @param _result a loction to recieve the instance variable
+ * @param _result a location to receive the instance variable
* value
*
* @retval 0 success
@@ -389,7 +389,7 @@ METHOD int release_resource {
* triggers
* @param _arg a value to use as the single argument in calls
* to @p _intr
- * @param _cookiep a pointer to a location to recieve a cookie
+ * @param _cookiep a pointer to a location to receive a cookie
* value that may be used to remove the interrupt
* handler
*/
@@ -460,9 +460,9 @@ METHOD int set_resource {
* @param _child the device which owns the resource
* @param _type the type of resource
* @param _rid the resource identifier
- * @param _start the address of a location to recieve the start
+ * @param _start the address of a location to receive the start
* index of the resource range
- * @param _count the address of a location to recieve the size
+ * @param _count the address of a location to receive the size
* of the resource range
*/
METHOD int get_resource {