From 07c2a4fd64d456aec094e60c41a9287aa6ce2a6b Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 23 Oct 2012 11:00:30 -0400 Subject: [PATCH] Comment fix: update associated LGPL header name Signed-off-by: Mathieu Desnoyers --- urcu/static/lfstack.h | 4 ++-- urcu/static/wfcqueue.h | 4 ++-- urcu/static/wfstack.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/urcu/static/lfstack.h b/urcu/static/lfstack.h index 77a26dc..fe9e8ab 100644 --- a/urcu/static/lfstack.h +++ b/urcu/static/lfstack.h @@ -8,8 +8,8 @@ * * Copyright 2010-2012 - Mathieu Desnoyers * - * TO BE INCLUDED ONLY IN LGPL-COMPATIBLE CODE. See rculfstack.h for linking - * dynamically with the userspace rcu library. + * TO BE INCLUDED ONLY IN LGPL-COMPATIBLE CODE. See urcu/lfstack.h for + * linking dynamically with the userspace rcu library. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/urcu/static/wfcqueue.h b/urcu/static/wfcqueue.h index 120a598..8733771 100644 --- a/urcu/static/wfcqueue.h +++ b/urcu/static/wfcqueue.h @@ -6,8 +6,8 @@ * * Userspace RCU library - Concurrent Queue with Wait-Free Enqueue/Blocking Dequeue * - * TO BE INCLUDED ONLY IN LGPL-COMPATIBLE CODE. See wfcqueue.h for linking - * dynamically with the userspace rcu library. + * TO BE INCLUDED ONLY IN LGPL-COMPATIBLE CODE. See urcu/wfcqueue.h for + * linking dynamically with the userspace rcu library. * * Copyright 2010-2012 - Mathieu Desnoyers * Copyright 2011-2012 - Lai Jiangshan diff --git a/urcu/static/wfstack.h b/urcu/static/wfstack.h index 668ff7d..cd00de6 100644 --- a/urcu/static/wfstack.h +++ b/urcu/static/wfstack.h @@ -6,8 +6,8 @@ * * Userspace RCU library - Stack with with wait-free push, blocking traversal. * - * TO BE INCLUDED ONLY IN LGPL-COMPATIBLE CODE. See wfstack.h for linking - * dynamically with the userspace rcu library. + * TO BE INCLUDED ONLY IN LGPL-COMPATIBLE CODE. See urcu/wfstack.h for + * linking dynamically with the userspace rcu library. * * Copyright 2010 - Mathieu Desnoyers * -- 2.34.1