You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2018/12/05 14:34:32 UTC

[mynewt-core] 01/08: hw/bus: Fix typo

This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 27efa6adc65383b947a16cb2d1cb73aa53cdbd01
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Fri Nov 30 11:29:55 2018 +0100

    hw/bus: Fix typo
---
 hw/bus/include/bus/bus.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/bus/include/bus/bus.h b/hw/bus/include/bus/bus.h
index 9158570..9e1ec03 100644
--- a/hw/bus/include/bus/bus.h
+++ b/hw/bus/include/bus/bus.h
@@ -221,7 +221,7 @@ bus_node_unlock(struct os_dev *node);
 /**
  * Get node configured lock timeout
  *
- * Returns lock timeout as configured for node. If not timeout is configured for
+ * Returns lock timeout as configured for node. If no timeout is configured for
  * give node or no node is specified, default timeout is returned.
  *
  * @param node  Node to get timeout for