diff options
-rw-r--r-- | cas.c | 2 | ||||
-rw-r--r-- | container_of.c | 2 | ||||
-rw-r--r-- | lf_fifo.c | 2 | ||||
-rw-r--r-- | lf_portable_cas.h | 2 | ||||
-rw-r--r-- | lf_ringbuffer.c | 2 | ||||
-rw-r--r-- | lf_ringbuffer.h | 2 | ||||
-rw-r--r-- | lock_free_queue.h | 2 | ||||
-rw-r--r-- | lock_free_queue_test.c | 2 |
8 files changed, 8 insertions, 8 deletions
@@ -1,5 +1,5 @@ /* - * File : atomic.c + * File : cas.c * Author : Jérémy Zurcher <jeremy@asynk.ch> * Date : 01/11/09 * License : diff --git a/container_of.c b/container_of.c index d3f9e25..5fa6134 100644 --- a/container_of.c +++ b/container_of.c @@ -1,5 +1,5 @@ /* - * File : lfq_test.c + * File : container_of.c * Author : Jérémy Zurcher <jeremy@asynk.ch> * Date : 01/11/09 * License : @@ -1,5 +1,5 @@ /* - * File : lfq.c + * File : lf_fifo.c * Author : Jérémy Zurcher <jeremy@asynk.ch> * Date : 01/11/09 * License : diff --git a/lf_portable_cas.h b/lf_portable_cas.h index 8e482fe..2a1e025 100644 --- a/lf_portable_cas.h +++ b/lf_portable_cas.h @@ -1,5 +1,5 @@ /* - * File : portable_cas.h + * File : lf_portable_cas.h * Author : Jérémy Zurcher <jeremy@asynk.ch> * Date : 05/01/10 * License : diff --git a/lf_ringbuffer.c b/lf_ringbuffer.c index 48b848e..389c8b9 100644 --- a/lf_ringbuffer.c +++ b/lf_ringbuffer.c @@ -1,5 +1,5 @@ /* - * File : lf_ring_buffer.c + * File : lf_ringbuffer.c * Author : Jérémy Zurcher <jeremy@asynk.ch> * Date : 05/01/010 * License : diff --git a/lf_ringbuffer.h b/lf_ringbuffer.h index feb5f17..097befb 100644 --- a/lf_ringbuffer.h +++ b/lf_ringbuffer.h @@ -1,5 +1,5 @@ /* - * File : lf_ring_buffer.h + * File : lf_ringbuffer.h * Author : Jérémy Zurcher <jeremy@asynk.ch> * Date : 05/01/010 * License : diff --git a/lock_free_queue.h b/lock_free_queue.h index ac8a859..14a2cae 100644 --- a/lock_free_queue.h +++ b/lock_free_queue.h @@ -1,5 +1,5 @@ /* - * File : lock_free_queue.c + * File : lock_free_queue.h * Author : Jérémy Zurcher <jeremy@asynk.ch> * Date : 01/11/09 * License : stolen from http://www.cs.rochester.edu/~scott/papers/1996_PODC_queues.pdf diff --git a/lock_free_queue_test.c b/lock_free_queue_test.c index 64544eb..3a067d7 100644 --- a/lock_free_queue_test.c +++ b/lock_free_queue_test.c @@ -1,5 +1,5 @@ /* - * File : lock_free_queue.c + * File : lock_free_queue_test.c * Author : Jérémy Zurcher <jeremy@asynk.ch> * Date : 01/11/09 * License : |