diff options
author | Roger Dingledine <arma@torproject.org> | 2007-02-26 05:36:02 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-02-26 05:36:02 +0000 |
commit | 522a97098beccf8c6410fe903266ced5d2f4577d (patch) | |
tree | 0785151faaea1df374b7d449570383a1e6c5106f /src/common/compat.c | |
parent | 9e44449946623a50d9f51dfcea0b765a7bdeec91 (diff) | |
download | tor-522a97098beccf8c6410fe903266ced5d2f4577d.tar.gz tor-522a97098beccf8c6410fe903266ced5d2f4577d.zip |
more cleanups; getting closer
svn:r9655
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index c9f5e85aba..7cf99a67ca 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -990,7 +990,7 @@ typedef struct tor_pthread_data_t { void (*func)(void *); void *data; } tor_pthread_data_t; -/** Given a tor_pthread_data_t <b>_data</b>, call _data->func(d->data);, +/** Given a tor_pthread_data_t <b>_data</b>, call _data->func(d->data) * and free _data. Used to make sure we can call functions the way pthread * expects. */ static void * |