aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple
diff options
context:
space:
mode:
Diffstat (limited to 'libmaple')
-rw-r--r--libmaple/ring_buffer.h2
1 files changed, 1 insertions, 1 deletions
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_