summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-07-13 21:00:51 +0200
committerKay Sievers <kay@vrfy.org>2012-07-13 21:00:51 +0200
commitf975bf9f9741e162ce6020b3b79c51228584f95f (patch)
treea059c050655a8e3f3fd622238295668878095716
parent5daeb22bf3356982f1192c5de471d38762edcbce (diff)
downloadpatches-f975bf9f9741e162ce6020b3b79c51228584f95f.tar.gz
update changelog
-rw-r--r--03-kmsg-cont-order.patch4
1 files changed, 2 insertions, 2 deletions
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 @@ From: Kay Sievers <kay@vrfy.org>
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.