X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Ftls-compat.h;h=a44b88d03066a5d5a847491496fe430f820b6ef9;hp=601336b0db6599312bf4277a668f129c8e7c1645;hb=ffa11a1830c532f3b052146eb9f0dd450cb2a0f2;hpb=274773cf3b5c0bf223b8827f31c4486859e78208 diff --git a/urcu/tls-compat.h b/urcu/tls-compat.h index 601336b..a44b88d 100644 --- a/urcu/tls-compat.h +++ b/urcu/tls-compat.h @@ -44,7 +44,7 @@ extern "C" { * typedef int my_int_array_type[4]; * DEFINE_URCU_TLS(my_int_array_type, var_name); * - * Another exmaple: + * Another example: * typedef void (*call_rcu_flavor)(struct rcu_head *, XXXX); * DECLARE_URCU_TLS(call_rcu_flavor, p_call_rcu); *