From 026057090c266aea8539f8ad1079d0ac2807de8e 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 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. */ -- 2.34.1