docs: reword others "allow to"

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2020-07-14 14:31:29 +02:00
parent 4f68c8b179
commit 29e204d117
20 changed files with 33 additions and 33 deletions

View file

@ -1133,8 +1133,8 @@ static int init_kmsg(struct dmesg_control *ctl)
lseek(ctl->kmsg, 0, ctl->end ? SEEK_END : SEEK_DATA);
/*
* Old kernels (<3.5) allow to successfully open /dev/kmsg for
* read-only, but read() returns -EINVAL :-(((
* Old kernels (<3.5) can successfully open /dev/kmsg for read-only,
* but read() returns -EINVAL :-(((
*
* Let's try to read the first record. The record is later processed in
* read_kmsg().