The branch main has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=efd8749fe5cccb6c3d6b5f3c3515bf89ad306bcc

commit efd8749fe5cccb6c3d6b5f3c3515bf89ad306bcc
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2021-10-02 08:43:41 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2021-10-02 08:43:41 +0000

    evdev: Fix a typo in a commit
    
    - s/prefered/preferred/
    
    MFC after:      3 days
---
 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 589bd7cfe563..90bea09b70c9 100644
--- a/sys/dev/evdev/evdev.h
+++ b/sys/dev/evdev/evdev.h
@@ -49,7 +49,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)
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to