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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2e39067  Mismatched name argument
2e39067 is described below

commit 2e39067c20434a466a846781e67044d2083bea73
Author: Rafa Couto <rafaco...@users.noreply.github.com>
AuthorDate: Thu Nov 5 11:27:17 2020 +0100

    Mismatched name argument
---
 kernel/os/include/os/os_time.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/os/include/os/os_time.h b/kernel/os/include/os/os_time.h
index 6975ad2..ee51b14 100644
--- a/kernel/os/include/os/os_time.h
+++ b/kernel/os/include/os/os_time.h
@@ -226,10 +226,10 @@ int os_settimeofday(struct os_timeval *utctime, struct 
os_timezone *tz);
 
 /**
  * Get the current time of day.  Returns the time of day in UTC
- * into the tv argument, and returns the timezone (if set) into
+ * into the utctime argument, and returns the timezone (if set) into
  * tz.
  *
- * @param tv The structure to put the UTC time of day into
+ * @param utctime The structure to put the UTC time of day into
  * @param tz The structure to put the timezone information into
  *
  * @return 0 on success, non-zero on failure

Reply via email to