git: 4999f16e5ae4 - stable/12 - evdev: Fix a typo in a commit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Oct 2021 06:23:40 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=4999f16e5ae43c8b65829f4d660e7460943acdad
commit 4999f16e5ae43c8b65829f4d660e7460943acdad
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-10-02 08:43:41 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-10-06 06:22:35 +0000
evdev: Fix a typo in a commit
- s/prefered/preferred/
(cherry picked from commit efd8749fe5cccb6c3d6b5f3c3515bf89ad306bcc)
---
sys/dev/evdev/evdev.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/evdev/evdev.h b/sys/dev/evdev/evdev.h
index b897a465b338..1945497f5be9 100644
--- a/sys/dev/evdev/evdev.h
+++ b/sys/dev/evdev/evdev.h
@@ -48,7 +48,7 @@ typedef void (evdev_keycode_t)(struct evdev_dev *,
* Keyboard and mouse events recipient mask.
* evdev_rcpt_mask variable should be respected by keyboard and mouse drivers
* that are able to send events through both evdev and sysmouse/kbdmux
- * interfaces so user can choose prefered one to not receive one event twice.
+ * interfaces so user can choose preferred one to not receive one event twice.
*/
#define EVDEV_RCPT_SYSMOUSE (1<<0)
#define EVDEV_RCPT_KBDMUX (1<<1)