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
This commit is contained in:
Ravi Pokala 2016-05-18 16:25:34 +00:00
parent 93d07b9a26
commit 08907ec39d

View File

@ -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,