diff options
Diffstat (limited to 'server/mpm/simple/simple_io.c')
-rw-r--r-- | server/mpm/simple/simple_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/simple/simple_io.c b/server/mpm/simple/simple_io.c index ff94aea281..191d13ce25 100644 --- a/server/mpm/simple/simple_io.c +++ b/server/mpm/simple/simple_io.c @@ -290,7 +290,7 @@ apr_status_t simple_io_accept(simple_core_t * sc, simple_sb_t * sb) apr_status_t simple_io_event_process(simple_core_t * sc, simple_sb_t * sb) { /* pqXXXXX: In theory, if we have non-blocking operations on the connection - * we can do them here, before pushing to another thread, thats just + * we can do them here, before pushing to another thread, that's just * not implemented right now. */ return apr_thread_pool_push(sc->workers, |