From 972333a296701ec46af043409dc8c2fdc89ff8c4 Mon Sep 17 00:00:00 2001 From: Kim Walisch Date: Thu, 27 Jun 2024 20:35:09 +0200 Subject: [PATCH] Fix typo --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 50c3a57..1e30a12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,7 +9,7 @@ * Port tests from AppVeyor to GitHub actions. * Get rid of unaligned uint64_t memory acceses, this fixes test failures when using GCC compiler sanitizers. - * Prefix all libpopcnt macros using LIBPOPCNT_ to have any naming collisions. + * Prefix all libpopcnt macros using LIBPOPCNT_ to avoid any naming collisions. 2020-08-10 Kim Walisch