summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cas.c2
-rw-r--r--container_of.c2
-rw-r--r--lf_fifo.c2
-rw-r--r--lf_portable_cas.h2
-rw-r--r--lf_ringbuffer.c2
-rw-r--r--lf_ringbuffer.h2
-rw-r--r--lock_free_queue.h2
-rw-r--r--lock_free_queue_test.c2
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 <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 :
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 <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 :