From 9810ede78c647cc5c074a5772b5551b996f7f235 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 28 Dec 2017 08:52:09 +0000 Subject: Fixed comment. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11203 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/hal_channels.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/hal/include/hal_channels.h b/os/hal/include/hal_channels.h index f0d8f4d77..15ccd4b80 100644 --- a/os/hal/include/hal_channels.h +++ b/os/hal/include/hal_channels.h @@ -60,7 +60,7 @@ /* Channel read method with timeout specification.*/ \ size_t (*readt)(void *instance, uint8_t *bp, size_t n, \ sysinterval_t time); \ - /* Channel put method with timeout specification.*/ \ + /* Channel control method.*/ \ msg_t (*ctl)(void *instance, unsigned int operation, void *arg); /** -- cgit v1.2.3