aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-05-19 15:54:56 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-05-19 18:45:45 -0400
commitc1c8f324a0a077d34b68471abe60989a8b4005b4 (patch)
tree923eb666c6fd5e2db23fe6c4bfafce77eddf6fd4 /libmaple
parentab938eeb20f33b851f70cc1399ef5cafdaeb004c (diff)
downloadlibrambutan-c1c8f324a0a077d34b68471abe60989a8b4005b4.tar.gz
librambutan-c1c8f324a0a077d34b68471abe60989a8b4005b4.zip
ring_buffer.h: Comment fix.
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_