Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Mar 2010 15:10:07 +0000 (UTC)
From:      Joseph Koshy <jkoshy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r205122 - head/sys/sys
Message-ID:  <201003131510.o2DFA7PN054540@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkoshy
Date: Sat Mar 13 15:10:07 2010
New Revision: 205122
URL: http://svn.freebsd.org/changeset/base/205122

Log:
  Correct a typo.
  
  Submitted by:	Rahul Saxena <rahul dot k dot saxena at gmail dot com>

Modified:
  head/sys/sys/pmc.h

Modified: head/sys/sys/pmc.h
==============================================================================
--- head/sys/sys/pmc.h	Sat Mar 13 12:02:44 2010	(r205121)
+++ head/sys/sys/pmc.h	Sat Mar 13 15:10:07 2010	(r205122)
@@ -298,7 +298,7 @@ enum pmc_event {
 	__PMC_OP(PMCRW, "Read/Set a PMC")				\
 	__PMC_OP(PMCSETCOUNT, "Set initial count/sampling rate")	\
 	__PMC_OP(PMCSTART, "Start a PMC")				\
-	__PMC_OP(PMCSTOP, "Start a PMC")				\
+	__PMC_OP(PMCSTOP, "Stop a PMC")					\
 	__PMC_OP(WRITELOG, "Write a cookie to the log file")
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003131510.o2DFA7PN054540>