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

commit d85f5e5e7fa3861ac1d3599c0ac63cbde3dc8de0
Author: Nolan Lau <no...@juul.com>
AuthorDate: Thu Oct 17 10:55:27 2019 -0700

    Updated comment.
---
 sys/log/full/include/log/log.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys/log/full/include/log/log.h b/sys/log/full/include/log/log.h
index dd0666e..94ec227 100644
--- a/sys/log/full/include/log/log.h
+++ b/sys/log/full/include/log/log.h
@@ -699,8 +699,7 @@ int log_storage_info(struct log *log, struct 
log_storage_info *info);
 #endif
 
 /**
- * Assign a callback function to be notified once the log deletes the oldest
- * data to write in new data.
+ * Assign a callback function to be notified when the log is about to be 
rotated.
  *
  * @param log   The log
  * @param cb    The callback function to be executed.

Reply via email to