aboutsummaryrefslogtreecommitdiff
path: root/liberty.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2018-10-18 04:08:47 +0200
committerPřemysl Janouch <p@janouch.name>2018-10-18 04:08:47 +0200
commit3e4e4e5103b10e0cfada77489370e5a938a60f70 (patch)
tree8f129f5d3f2838a887ff1f261967d5e2bb2956ed /liberty.c
parent9494e8e2affcd08b791d3ecf68985a8a3a310e55 (diff)
downloadliberty-3e4e4e5103b10e0cfada77489370e5a938a60f70.tar.gz
liberty-3e4e4e5103b10e0cfada77489370e5a938a60f70.tar.xz
liberty-3e4e4e5103b10e0cfada77489370e5a938a60f70.zip
Allow aborting the FastCGI protocol parser
Diffstat (limited to 'liberty.c')
-rw-r--r--liberty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liberty.c b/liberty.c
index bb37f30..eadace3 100644
--- a/liberty.c
+++ b/liberty.c
@@ -1093,7 +1093,7 @@ struct async
LIST_HEADER (struct async)
struct async_manager *manager; ///< Our manager object
- // "cancelled" may not be accesed or modified by the worker thread
+ // "cancelled" may not be accessed or modified by the worker thread
pthread_t worker; ///< Worker thread ID
bool started; ///< Worker thread ID is valid