git: 98b610b50678 - main - uefi(8): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Jul 2022 10:15:12 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=98b610b506781fe04e2bedccce9069db0b7a563e
commit 98b610b506781fe04e2bedccce9069db0b7a563e
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-07-31 10:14:54 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-07-31 10:14:54 +0000
uefi(8): Fix a typo in a source code comment
- s/intrrupt/interrupt/
MFC after: 3 days
---
sys/dev/mfi/mfireg.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/mfi/mfireg.h b/sys/dev/mfi/mfireg.h
index ca75939e7164..5b395493b144 100644
--- a/sys/dev/mfi/mfireg.h
+++ b/sys/dev/mfi/mfireg.h
@@ -99,7 +99,7 @@ __FBSDID("$FreeBSD$");
#define MFI_ODR0 0x9c /* outbound doorbell register0 */
#define MFI_ODCR0 0xa0 /* outbound doorbell clear register0 */
#define MFI_OSP0 0xb0 /* outbound scratch pad0 */
-#define MFI_1078_EIM 0x80000004 /* 1078 enable intrrupt mask */
+#define MFI_1078_EIM 0x80000004 /* 1078 enable interrupt mask */
#define MFI_RMI 0x2 /* reply message interrupt */
#define MFI_1078_RM 0x80000000 /* reply 1078 message interrupt */
#define MFI_ODC 0x4 /* outbound doorbell change interrupt */