summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorrpokala <rpokala@FreeBSD.org>2016-05-18 16:25:34 +0000
committerrpokala <rpokala@FreeBSD.org>2016-05-18 16:25:34 +0000
commitcd3729c2d67419b22fcbfbc00088cad3fcfc0808 (patch)
tree76d300656bdd7cac4f023e7f17cc9d3def51b5f9 /sys/kern
parentf849a66bf14afaa8084bef0cfd58196c970cc833 (diff)
downloadFreeBSD-src-cd3729c2d67419b22fcbfbc00088cad3fcfc0808.zip
FreeBSD-src-cd3729c2d67419b22fcbfbc00088cad3fcfc0808.tar.gz
Fix misleading comments in bus_if.m
While looking at r300073, I noticed these incorrect comments in the context of the diff. Reviewed by: imp, jhb Differential Revision: https://reviews.freebsd.org/D6431
Diffstat (limited to 'sys/kern')
-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 aeaa5ce..8592e9f 100644
--- a/sys/kern/bus_if.m
+++ b/sys/kern/bus_if.m
@@ -530,8 +530,8 @@ METHOD int child_present {
/**
* @brief Returns the pnp info for this device.
*
- * Return it as a string. If the string is insufficient for the
- * storage, then return EOVERFLOW.
+ * Return it as a string. If the storage is insufficient for the
+ * string, then return EOVERFLOW.
*
* The string must be formatted as a space-separated list of
* name=value pairs. Names may only contain alphanumeric characters,
@@ -556,8 +556,8 @@ METHOD int child_pnpinfo_str {
/**
* @brief Returns the location for this device.
*
- * Return it as a string. If the string is insufficient for the
- * storage, then return EOVERFLOW.
+ * Return it as a string. If the storage is insufficient for the
+ * string, then return EOVERFLOW.
*
* The string must be formatted as a space-separated list of
* name=value pairs. Names may only contain alphanumeric characters,
OpenPOWER on IntegriCloud