git: c278a7f1ba10 - stable/13 - moused(8): Fix a common typo in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Feb 2022 06:20:49 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c278a7f1ba10ad07821b53132936f250bb0c594c commit c278a7f1ba10ad07821b53132936f250bb0c594c Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-02-06 12:47:25 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-02-09 06:19:13 +0000 moused(8): Fix a common typo in source code comments - s/comatible/compatible/ Obtained from: NetBSD (cherry picked from commit 64b3bcc6bd74c8d6cf33f9f77ad45e7047924215) --- 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 */