diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-04-10 04:21:21 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-04-10 04:21:21 +0000 |
commit | f14995fb41aefe2f85e7379f95928e90f7aeca21 (patch) | |
tree | b0b0f1853263f716b6ac6face773c9bcef24ba77 /sys/arch/amd64/include | |
parent | 72997f6aae1a50d3c6c67fb0125418e9fe77a56e (diff) |
spelling
Diffstat (limited to 'sys/arch/amd64/include')
-rw-r--r-- | sys/arch/amd64/include/mpbiosreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/mpbiosreg.h b/sys/arch/amd64/include/mpbiosreg.h index 9e284b053ad..3a4fea6af08 100644 --- a/sys/arch/amd64/include/mpbiosreg.h +++ b/sys/arch/amd64/include/mpbiosreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mpbiosreg.h,v 1.4 2011/03/23 16:54:34 pirofti Exp $ */ +/* $OpenBSD: mpbiosreg.h,v 1.5 2023/04/10 04:21:20 jsg Exp $ */ /* $NetBSD: mpbiosreg.h,v 1.3 2003/03/04 23:27:32 fvdl Exp $ */ /*- @@ -52,7 +52,7 @@ #define MPS_MCT_NTYPES 5 /* - * Interrupt typess + * Interrupt types */ #define MPS_INTTYPE_INT 0 |