X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=src%2Fcompat_arch.c;fp=src%2Fcompat_arch.c;h=73f7d2d2f441e2e1fe4ef8771c807f2ebd0b7606;hp=461c7098adc97c74be65d6cc7cdc23915b861e2b;hb=f99c6e92aaa1582e6cd19d93d44d91d968f39aa7;hpb=1e41ec3b07e4f8eb71c3ace758c76a7ad1784c73 diff --git a/src/compat_arch.c b/src/compat_arch.c index 461c709..73f7d2d 100644 --- a/src/compat_arch.c +++ b/src/compat_arch.c @@ -41,7 +41,7 @@ /* * It does not really matter if the constructor is called before using * the library, as long as the caller checks if __rcu_cas_avail < 0 and calls - * compat_arch_init() explicitely if needed. + * compat_arch_init() explicitly if needed. */ int __attribute__((constructor)) __rcu_cas_init(void);