diff options
Diffstat (limited to 'testpar/t_cache.c')
-rw-r--r-- | testpar/t_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_cache.c b/testpar/t_cache.c index d940fb2..f665578 100644 --- a/testpar/t_cache.c +++ b/testpar/t_cache.c @@ -248,7 +248,7 @@ int *data_index = NULL; * in which no acks are sent after writes. Instead, the metadata cache is * provided with a callback function to call after each sequence of writes. * This callback simply causes the client to send the server process a - * "sync" message and and await an ack in reply. + * "sync" message and await an ack in reply. * * Strangely, at least on Phoenix, the first solution runs faster by a * rather large margin. However, I can imagine this changing with |