Fix e2k support changelog snippet
Signed-off-by: makise-homura <akemi_homura@kurisa.ch>
diff --git a/ChangeLog.d/e2k-support.txt b/ChangeLog.d/e2k-support.txt
index 19cc3ad..023b188 100644
--- a/ChangeLog.d/e2k-support.txt
+++ b/ChangeLog.d/e2k-support.txt
@@ -1,5 +1,5 @@
Features
* Support building on e2k (Elbrus) architecture: correctly enable
- -Wformat-signedness, and pass -Wno-signed-one-bit-field and
- -Wno-sign-compare to get rid of excess warnings. Contributed by
- makise-homura (Igor Molchanov) <akemi_homura@kurisa.ch>.
+ -Wformat-signedness, and fix the code that causes signed-one-bit-field
+ and sign-compare warnings. Contributed by makise-homura (Igor Molchanov)
+ <akemi_homura@kurisa.ch>.