git: 709bd45a1b3a - main - ppbus(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Aug 2026 05:59:01 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=709bd45a1b3a5ca21e05995c0c01f0ee8e7e8c38
commit 709bd45a1b3a5ca21e05995c0c01f0ee8e7e8c38
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-08-17 05:52:09 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
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 */