X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=urcu%2Ftls-compat.h;h=a44b88d03066a5d5a847491496fe430f820b6ef9;hb=34b3f359c81e6400c9b451e49bf9dfaef7963509;hp=601336b0db6599312bf4277a668f129c8e7c1645;hpb=9948a988350a1f6564a724f79cdeb2a294ee82aa;p=urcu.git 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); *