diff options
author | Peter Wemm <peter@FreeBSD.org> | 2013-11-25 22:15:47 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2013-11-25 22:15:47 +0000 |
commit | 5bf7090be49a8f79350e8a04ecf260984cb126cf (patch) | |
tree | b888b0286fddebe26a2a96112de741138b72924f /include/apr_queue.h | |
parent | d08b300705ff687948b1a2b89543e3a452e90c32 (diff) |
Diffstat (limited to 'include/apr_queue.h')
-rw-r--r-- | include/apr_queue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_queue.h b/include/apr_queue.h index 20c425db38ffb..a3a41704862ae 100644 --- a/include/apr_queue.h +++ b/include/apr_queue.h @@ -22,7 +22,7 @@ * @brief Thread Safe FIFO bounded queue * @note Since most implementations of the queue are backed by a condition * variable implementation, it isn't available on systems without threads. - * Although condition variables are some times available without threads. + * Although condition variables are sometimes available without threads. */ #include "apu.h" |