git: c3b7f922d887 - stable/15 - ppbus(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Aug 2026 06:02:04 UTC
The branch stable/15 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=c3b7f922d887e3f9a4e334562ebdd66b968d0b84
commit c3b7f922d887e3f9a4e334562ebdd66b968d0b84
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-08-17 05:52:09 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-08-20 05:59:34 +0000
ppbus(4): Fix a typo in a source code comment
- s/predifined/predefined/
(cherry picked from commit 709bd45a1b3a5ca21e05995c0c01f0ee8e7e8c38)
---
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 */