From 0c3de83771f790d4e1011e57ef7e750bab69b76f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Mon, 28 Mar 2011 10:44:20 +0200 Subject: fix headers file name --- cas.c | 2 +- container_of.c | 2 +- lf_fifo.c | 2 +- lf_portable_cas.h | 2 +- lf_ringbuffer.c | 2 +- lf_ringbuffer.h | 2 +- lock_free_queue.h | 2 +- lock_free_queue_test.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cas.c b/cas.c index 1f83ca5..febc2a6 100644 --- a/cas.c +++ b/cas.c @@ -1,5 +1,5 @@ /* - * File : atomic.c + * File : cas.c * Author : Jérémy Zurcher * 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 * Date : 01/11/09 * License : diff --git a/lf_fifo.c b/lf_fifo.c index e96211b..6e58a4f 100644 --- a/lf_fifo.c +++ b/lf_fifo.c @@ -1,5 +1,5 @@ /* - * File : lfq.c + * File : lf_fifo.c * Author : Jérémy Zurcher * 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 * 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 * 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 * 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 * 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 * Date : 01/11/09 * License : -- cgit v1.1-2-g2b99