diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 10:06:36 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 10:06:36 +0000 |
commit | a4c7fa9d6ccb0c99c8043cd7c279fab916f157ca (patch) | |
tree | b750f2195fc927865f078d6a26f1a0c038c35c58 | |
parent | b4bc153385f45f34c30c0ecc21387697cb3118f1 (diff) |
lenghy -> lengthy
-rw-r--r-- | sys/arch/i386/include/specialreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/include/specialreg.h b/sys/arch/i386/include/specialreg.h index 6edce32b793..3e6db64a69e 100644 --- a/sys/arch/i386/include/specialreg.h +++ b/sys/arch/i386/include/specialreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: specialreg.h,v 1.78 2021/11/19 04:00:53 guenther Exp $ */ +/* $OpenBSD: specialreg.h,v 1.79 2022/02/21 10:06:35 jsg Exp $ */ /* $NetBSD: specialreg.h,v 1.7 1994/10/27 04:16:26 cgd Exp $ */ /*- @@ -609,7 +609,7 @@ * 686-class: `rdpmc' instruction * 586-class: `rdmsr' instruction, CESR MSR * - * The descriptions of these events are too lenghy to include here. + * The descriptions of these events are too lengthy to include here. * See Appendix A of "Intel Architecture Software Developer's * Manual, Volume 3: System Programming" for more information. */ |