Skip to content

Commit

Permalink
RoutingHelper - docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rphh committed Jan 23, 2024
1 parent 7e882be commit cedddff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RuntimeCommon/RoutingHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ enum RemoteInterface find_unique_destination(const enum SystemBus bus);
/** @brief Check if bus has any destination port.
*
* @param[bus] system bus
* @return 0 if bus have not any destination port, otherwise non-zero value
* @return 0 if bus does not have any destination port, otherwise non-zero value
*/
int check_bus_has_any_destination_port(const enum SystemBus bus);

Expand Down

0 comments on commit cedddff

Please sign in to comment.