git: 709bd45a1b3a - main - ppbus(4): Fix a typo in a source code comment
Gordon Bergling <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a82a325.3cc03.4819301a__152.98900413967$1786946418$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=709bd45a1b3a5ca21e05995c0c01f0ee8e7e8c38 commit 709bd45a1b3a5ca21e05995c0c01f0ee8e7e8c38 Author: Gordon Bergling <[email protected]> AuthorDate: 2026-08-17 05:52:09 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2026-08-17 05:52:09 +0000 ppbus(4): Fix a typo in a source code comment - s/predifined/predefined/ MFC after: 3 days --- sys/dev/ppbus/ppb_msq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ppbus/ppb_msq.h b/sys/dev/ppbus/ppb_msq.h index be9d1c366708..204bdd7b41cb 100644 --- a/sys/dev/ppbus/ppb_msq.h +++ b/sys/dev/ppbus/ppb_msq.h @@ -91,7 +91,7 @@ #define MS_NULL 0 #define MS_UNKNOWN MS_NULL -/* predifined parameters */ +/* predefined parameters */ #define MS_ACCUM -1 /* use accum previously set by MS_OP_SET */ /* these are register numbers according to our PC-like parallel port model */