]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix typo in synchronize_rcu macro (add h)
authorMark Andrews <marka@isc.org>
Mon, 5 Jun 2023 22:08:57 +0000 (08:08 +1000)
committerMark Andrews <marka@isc.org>
Mon, 5 Jun 2023 22:10:09 +0000 (08:10 +1000)
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

index 42a410f5555f5ed226174991bdd6a57b9cb18d39..c4dfe6a180b03abbf57bcdc1d099a7db5aaeb7b7 100644 (file)
        }
 
 #undef synchronize_rcu
-#define synchronize_rcu() isc_qsbr_syncronize_rcu()
+#define synchronize_rcu() isc_qsbr_synchronize_rcu()
 
 #define isc_qsbr_rcu_dereference(ptr)              \
        ({                                         \