From c1c8f324a0a077d34b68471abe60989a8b4005b4 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Thu, 19 May 2011 15:54:56 -0400 Subject: ring_buffer.h: Comment fix. --- libmaple/ring_buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmaple') diff --git a/libmaple/ring_buffer.h b/libmaple/ring_buffer.h index 2536617..c443bc3 100644 --- a/libmaple/ring_buffer.h +++ b/libmaple/ring_buffer.h @@ -29,7 +29,7 @@ * @brief Simple circular buffer * * This implementation is not thread-safe. In particular, none of - * these functions are guaranteed re-entrant. + * these functions is guaranteed re-entrant. */ #ifndef _RING_BUFFER_H_ -- cgit v1.2.3