update changelog
diff --git a/03-kmsg-cont-order.patch b/03-kmsg-cont-order.patch
index 470b9b2..38e5f56 100644
--- a/03-kmsg-cont-order.patch
+++ b/03-kmsg-cont-order.patch
@@ -2,10 +2,10 @@
Subject: kmsg - do not flush partial lines when the console is busy
Fragments of continuation lines are flushed to the console immediately. In
-case the console is locked the fragment must be queued up in the cont
+case the console is locked, the fragment must be queued up in the cont
buffer.
-If the the console is busy and the continuation line is complete but no part
+If the the console is busy and the continuation line is complete, but no part
of it was written to the console up to this point, we can just store the
entire line as a regular record and free the buffer earlier.