From: Mathieu Desnoyers Date: Sun, 3 Nov 2013 14:12:18 +0000 (-0500) Subject: tls-compat: fix comment typo X-Git-Tag: v0.7.9~1 X-Git-Url: http://git.liburcu.org/?p=userspace-rcu.git;a=commitdiff_plain;h=78f83db7f84f7f400855fc576abe8e5978b975df tls-compat: fix comment typo Signed-off-by: Mathieu Desnoyers --- 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. */