commit | c5d9d2d67eb79c413c5187407e0ec91390f5a1f3 | [log] [tgz] |
---|---|---|
author | Pengyu Lv <pengyu.lv@arm.com> | Thu Oct 19 16:50:45 2023 +0800 |
committer | Pengyu Lv <pengyu.lv@arm.com> | Thu Oct 19 16:52:01 2023 +0800 |
tree | ca595d7c52ef15cc2ca2b83092a7c2356bd501c5 | |
parent | f24a85fd5eb8fe084f30ba7cce0a0cd3856a5f0c [diff] |
Reword the changelog entry Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
diff --git a/ChangeLog.d/fix-mingw32-build.txt b/ChangeLog.d/fix-mingw32-build.txt index c657f23..feef0a2 100644 --- a/ChangeLog.d/fix-mingw32-build.txt +++ b/ChangeLog.d/fix-mingw32-build.txt
@@ -1,4 +1,4 @@ Bugfix * Fix an inconsistency between implementations and usages of `__cpuid`, which mainly causes failures when building Windows target using - mingw or clang. Fix #8334 & #8332. + mingw or clang. Fixes #8334 & #8332.