Date: Wed, 20 Aug 2025 06:59:19 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: f17d7105cbca - stable/14 - isa: Fix a typo in a source code comment Message-ID: <202508200659.57K6xJZw023802@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=f17d7105cbca4679aa9dcc92cdac7b5ffd2b569f commit f17d7105cbca4679aa9dcc92cdac7b5ffd2b569f Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-08-17 09:28:20 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-08-20 06:57:48 +0000 isa: Fix a typo in a source code comment - s/Monochome/Monochrome/ (cherry picked from commit 4c7b81cfa29084bb0013969c175700069e6d7019) --- sys/isa/isareg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/isa/isareg.h b/sys/isa/isareg.h index 8cbc0b171c4f..17a203bb7466 100644 --- a/sys/isa/isareg.h +++ b/sys/isa/isareg.h @@ -51,7 +51,7 @@ #define IO_RTC 0x070 /* RTC */ #define IO_ICU2 0x0A0 /* 8259A Interrupt Controller #2 */ -#define IO_MDA 0x3B0 /* Monochome Adapter */ +#define IO_MDA 0x3B0 /* Monochrome Adapter */ #define IO_VGA 0x3C0 /* E/VGA Ports */ #define IO_CGA 0x3D0 /* CGA Ports */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508200659.57K6xJZw023802>