From 78f83db7f84f7f400855fc576abe8e5978b975df Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sun, 3 Nov 2013 09:12:18 -0500 Subject: [PATCH] tls-compat: fix comment typo Signed-off-by: Mathieu Desnoyers --- urcu/tls-compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urcu/tls-compat.h b/urcu/tls-compat.h index 34324e2..98940a8 100644 --- a/urcu/tls-compat.h +++ b/urcu/tls-compat.h @@ -140,7 +140,7 @@ struct urcu_tls { } /* - * Define with an without macro expansion to handle erroneous callers. + * Define with and without macro expansion to handle erroneous callers. * Trigger an abort() if the caller application uses the clashing symbol * if a weak symbol is overridden. */ -- 2.34.1