summaryrefslogtreecommitdiff
path: root/usr.bin/pctr
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-12-15 13:16:13 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-12-15 13:16:13 +0000
commit9eee60d1007ee3cf570825732d9fe079ffcac57b (patch)
tree1f66e76a634c0dcb72d2847294da2e5748d7e091 /usr.bin/pctr
parentbc48a3b76798b5fbb94a19e99d0ae06b3eea743c (diff)
typo; torh at bogus.net
Diffstat (limited to 'usr.bin/pctr')
-rw-r--r--usr.bin/pctr/pctr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pctr/pctr.c b/usr.bin/pctr/pctr.c
index c297f2c6e1c..e22433caf51 100644
--- a/usr.bin/pctr/pctr.c
+++ b/usr.bin/pctr/pctr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pctr.c,v 1.8 2002/05/29 09:23:25 deraadt Exp $ */
+/* $OpenBSD: pctr.c,v 1.9 2002/12/15 13:16:12 henning Exp $ */
/*
* Pentium performance counter control program for OpenBSD.
@@ -86,7 +86,7 @@ struct ctrfn p5fn[] = {
{0x24, 0, "Breakpoint 1 match", NULL},
{0x25, 0, "Breakpoint 2 match", NULL},
{0x26, 0, "Breakpoint 3 match", NULL},
- {0x27, 0, "Hardware interupts", NULL},
+ {0x27, 0, "Hardware interrupts", NULL},
{0x28, 0, "Data read or data write", NULL},
{0x29, 0, "Data read miss or data write miss", NULL},
{0x0, 0, NULL, NULL},