From e6e4ac05b88f9a0a5a2a65d4ec62c7af5f2741b9 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 6 Jun 2023 08:08:57 +1000 Subject: [PATCH] Fix typo in synchronize_rcu macro (add h) synchronize_rcu has not been used until now in BIND9 and there was a typo in the define (a 'h' was missing). --- lib/isc/include/isc/urcu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/isc/include/isc/urcu.h b/lib/isc/include/isc/urcu.h index 42a410f555..c4dfe6a180 100644 --- a/lib/isc/include/isc/urcu.h +++ b/lib/isc/include/isc/urcu.h @@ -103,7 +103,7 @@ } #undef synchronize_rcu -#define synchronize_rcu() isc_qsbr_syncronize_rcu() +#define synchronize_rcu() isc_qsbr_synchronize_rcu() #define isc_qsbr_rcu_dereference(ptr) \ ({ \