summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2013-06-02 16:34:16 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2013-06-02 16:34:16 +0000
commitcfc72418a7a3119b25d590fe32de84170986b7ba (patch)
tree5c0d2fc2fc4d1625acb4f9afdaf349499f769ed9
parenta3c23323291a4097528785217db12350df95bd3d (diff)
fix tpyo
-rw-r--r--sys/arch/amd64/include/specialreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/specialreg.h b/sys/arch/amd64/include/specialreg.h
index d1efb5ed017..cc245c69547 100644
--- a/sys/arch/amd64/include/specialreg.h
+++ b/sys/arch/amd64/include/specialreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: specialreg.h,v 1.25 2013/05/06 04:32:12 dlg Exp $ */
+/* $OpenBSD: specialreg.h,v 1.26 2013/06/02 16:34:15 guenther Exp $ */
/* $NetBSD: specialreg.h,v 1.1 2003/04/26 18:39:48 fvdl Exp $ */
/* $NetBSD: x86/specialreg.h,v 1.2 2003/04/25 21:54:30 fvdl Exp $ */
@@ -490,7 +490,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.
*/