git: 64b3bcc6bd74 - main - moused(8): Fix a common typo in source code comments

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 06 Feb 2022 12:47:40 UTC
The branch main has been updated by gbe (doc committer):

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

commit 64b3bcc6bd74c8d6cf33f9f77ad45e7047924215
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-02-06 12:47:25 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-02-06 12:47:25 +0000

    moused(8): Fix a common typo in source code comments
    
    - s/comatible/compatible/
    
    Obtained from:  NetBSD
    MFC after:      3 days
---
 usr.sbin/moused/moused.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c
index 9c385a9f7b16..08aa16f6103b 100644
--- a/usr.sbin/moused/moused.c
+++ b/usr.sbin/moused/moused.c
@@ -314,11 +314,11 @@ static symtab_t pnpprod[] = {
     { "PNP0F0A",	MOUSE_PROTO_MS,		MOUSE_MODEL_GENERIC },
     /* MS PnP BallPoint serial */
     { "PNP0F0B",	MOUSE_PROTO_MS,		MOUSE_MODEL_GENERIC },
-    /* MS serial comatible */
+    /* MS serial compatible */
     { "PNP0F0C",	MOUSE_PROTO_MS,		MOUSE_MODEL_GENERIC },
-    /* MS PS/2 comatible */
+    /* MS PS/2 compatible */
     { "PNP0F0E",	MOUSE_PROTO_PS2,	MOUSE_MODEL_GENERIC },
-    /* MS BallPoint comatible */
+    /* MS BallPoint compatible */
     { "PNP0F0F",	MOUSE_PROTO_MS,		MOUSE_MODEL_GENERIC },
 #if notyet
     /* TI QuickPort */