From 7aeb37e1be1a6337fb4d62e942c537cd4e2c633e Mon Sep 17 00:00:00 2001 From: batt Date: Fri, 1 Feb 2008 09:48:46 +0000 Subject: [PATCH] Fix doc. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1075 38d2e660-2303-0410-9eaa-f027e97ec537 --- mware/fifobuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mware/fifobuf.h b/mware/fifobuf.h index c6b203c5..cb634ee3 100644 --- a/mware/fifobuf.h +++ b/mware/fifobuf.h @@ -131,7 +131,7 @@ INLINE bool fifo_isfull(const FIFOBuffer *fb) /** - * Pop a character from the fifo buffer. + * Push a character on the fifo buffer. * * \note Calling \c fifo_push() on a full buffer is undefined. * The caller must make sure the buffer has at least -- 2.34.1