From: Mathieu Desnoyers Date: Sun, 3 Nov 2013 14:12:18 +0000 (-0500) Subject: tls-compat: fix comment typo X-Git-Tag: v0.8.1~1 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=026057090c266aea8539f8ad1079d0ac2807de8e tls-compat: fix comment typo Signed-off-by: Mathieu Desnoyers --- diff --git a/urcu/tls-compat.h b/urcu/tls-compat.h index 81b5f0c..83f49fe 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. */