diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-01-16 23:54:14 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-01-16 23:54:14 +0100 |
commit | 3b63a7218f3b5f7cfcec86ef1f2e0ad514d477fb (patch) | |
tree | 894fc6108ce233f31ac8d984f47f9444d7689f48 /src/fastd.h | |
parent | 6b9c59efc9db4aa710d7c243d566973006020d42 (diff) | |
download | fastd-3b63a7218f3b5f7cfcec86ef1f2e0ad514d477fb.tar fastd-3b63a7218f3b5f7cfcec86ef1f2e0ad514d477fb.zip |
Comment typo fixes
Diffstat (limited to 'src/fastd.h')
-rw-r--r-- | src/fastd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fastd.h b/src/fastd.h index f46e221..cecb542 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -299,8 +299,8 @@ struct fastd_context { fastd_timeout_t next_maintenance; /**< The time of the next maintenance call */ VECTOR(pid_t) async_pids; /**< PIDs of asynchronously executed commands which still have to be reaped */ - int async_rfd; /**< The read side of the pipe used to send data from other thread to the main thread */ - int async_wfd; /**< The write side of the pipe used to send data from other thread to the main thread */ + int async_rfd; /**< The read side of the pipe used to send data from other threads to the main thread */ + int async_wfd; /**< The write side of the pipe used to send data from other threads to the main thread */ pthread_attr_t detached_thread; /**< pthread_attr_t for creating detached threads */ |