Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpmc ispell.



details:   https://anonhg.NetBSD.org/src/rev/b3ec2aeace3c
branches:  trunk
changeset: 535063:b3ec2aeace3c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Aug 09 10:13:07 2002 +0000

description:
ispell.

diffstat:

 lib/libpmc/pmc.3      |  8 ++++----
 lib/libpmc/pmc_i386.c |  4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 764edbbf16e5 -r b3ec2aeace3c lib/libpmc/pmc.3
--- a/lib/libpmc/pmc.3  Fri Aug 09 10:01:53 2002 +0000
+++ b/lib/libpmc/pmc.3  Fri Aug 09 10:13:07 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pmc.3,v 1.2 2002/08/09 05:29:36 thorpej Exp $
+.\"    $NetBSD: pmc.3,v 1.3 2002/08/09 10:13:07 wiz Exp $
 .\"
 .\" Copyright (c) 2002 Wasabi Systems, Inc.
 .\" All rights reserved.
@@ -89,7 +89,7 @@
 .Nm pmc
 library can count events on the following CPU families.  Each second-level
 entry describes a performance counter class.  A given class may apply to
-muitple individual CPU models.  Each class has one or more counter types.
+multiple individual CPU models.  Each class has one or more counter types.
 A CPU may have more than one counter of a given type.  Refer to the
 corresponding processor programmer's manual for more information about
 individual events.
@@ -180,7 +180,7 @@
 performance counter
 .El
 .Pp
-The following events may be counted by a ounter of type
+The following events may be counted by a counter of type
 PMC_TYPE_I586_PMCx:
 .Pp
 .Bl -item -offset indent -compact
@@ -655,7 +655,7 @@
 .It
 branch-taken-retired
 .It
-branch-taked-miss-retired
+branch-taken-miss-retired
 .It
 branch-far-retired
 .It
diff -r 764edbbf16e5 -r b3ec2aeace3c lib/libpmc/pmc_i386.c
--- a/lib/libpmc/pmc_i386.c     Fri Aug 09 10:01:53 2002 +0000
+++ b/lib/libpmc/pmc_i386.c     Fri Aug 09 10:13:07 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmc_i386.c,v 1.2 2002/08/09 05:29:37 thorpej Exp $     */
+/*     $NetBSD: pmc_i386.c,v 1.3 2002/08/09 10:13:07 wiz Exp $ */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -362,7 +362,7 @@
        { "branch-retired",             K7_RETIRED_BRANCHES },
        { "branch-miss-retired",        K7_RETIRED_BRANCH_MISPREDICTED },
        { "branch-taken-retired",       K7_RETIRED_TAKEN_BRANCH },
-       { "branch-taked-miss-retired",
+       { "branch-taken-miss-retired",
            K7_RETIRED_TAKEN_BRANCH_MISPREDICTED },
        { "branch-far-retired",
            K7_RETIRED_FAR_CONTROL_TRANSFER },



Home | Main Index | Thread Index | Old Index