Bluetooth: Mesh: Fix documentation of bt_mesh_input_string()

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2017-11-15 14:47:42 +02:00 committed by Anas Nashif
commit 2bc2f84a02

View file

@ -143,7 +143,7 @@ struct bt_mesh_prov {
* This is intended to be called after the bt_mesh_prov input callback * This is intended to be called after the bt_mesh_prov input callback
* has been called with BT_MESH_ENTER_STRING as the action. * has been called with BT_MESH_ENTER_STRING as the action.
* *
* @param string String. * @param str String.
* *
* @return Zero on success or (negative) error code otherwise. * @return Zero on success or (negative) error code otherwise.
*/ */