diff options
Diffstat (limited to 'os/kernel/include/chioch.h')
-rw-r--r-- | os/kernel/include/chioch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/kernel/include/chioch.h b/os/kernel/include/chioch.h index 6c7380498..40103d0a5 100644 --- a/os/kernel/include/chioch.h +++ b/os/kernel/include/chioch.h @@ -42,7 +42,7 @@ * @brief @p BaseChannel specific methods.
*/
#define _base_channel_methods \
- _base_sequental_stream_methods \
+ _base_sequential_stream_methods \
/* Channel output check.*/ \
bool_t (*putwouldblock)(void *instance); \
/* Channel input check.*/ \
@@ -63,7 +63,7 @@ * implementation.
*/
#define _base_channel_data \
- _base_sequental_stream_data
+ _base_sequential_stream_data
/**
* @brief @p BaseChannel virtual methods table.
|