diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-19 15:54:56 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-19 18:45:45 -0400 |
commit | c1c8f324a0a077d34b68471abe60989a8b4005b4 (patch) | |
tree | 923eb666c6fd5e2db23fe6c4bfafce77eddf6fd4 | |
parent | ab938eeb20f33b851f70cc1399ef5cafdaeb004c (diff) | |
download | librambutan-c1c8f324a0a077d34b68471abe60989a8b4005b4.tar.gz librambutan-c1c8f324a0a077d34b68471abe60989a8b4005b4.zip |
ring_buffer.h: Comment fix.
-rw-r--r-- | libmaple/ring_buffer.h | 2 |
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_ |