diff options
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" |