selinux: comment typo fix in selinuxfs.c

Signed-off-by: Kalevi Kolttonen <kalevi@kolttonen.fi>
[PM: updated subject line]
Signed-off-by: Paul Moore <paul@paul-moore.com>
This commit is contained in:
Kalevi Kolttonen
2026-05-01 21:59:39 +03:00
committed by Paul Moore
parent 54067bacb4
commit 626e33fa20

View File

@@ -859,7 +859,7 @@ static const struct file_operations transaction_ops = {
/*
* payload - write methods
* If the method has a response, the response should be put in buf,
* and the length returned. Otherwise return 0 or and -error.
* and the length returned. Otherwise return 0 or -error.
*/
static ssize_t sel_write_access(struct file *file, char *buf, size_t size)