Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Apr 2018 14:07:03 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r332369 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace
Message-ID:  <201804101407.w3AE73Nh078354@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Tue Apr 10 14:07:02 2018
New Revision: 332369
URL: https://svnweb.freebsd.org/changeset/base/332369

Log:
  Correct a comment.
  
  Submitted by:	Domagoj Stolfa
  X-MFC with:	r332364
  Sponsored by:	DARPA, AFRL

Modified:
  head/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c

Modified: head/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c
==============================================================================
--- head/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c	Tue Apr 10 14:04:11 2018	(r332368)
+++ head/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c	Tue Apr 10 14:07:02 2018	(r332369)
@@ -7284,7 +7284,7 @@ dtrace_probe_enter(dtrace_id_t id)
 }
 
 /*
- * Disables interrupts and clears the per-thread inprobe flag.
+ * Clears the per-thread inprobe flag and enables interrupts.
  */
 static void
 dtrace_probe_exit(dtrace_icookie_t cookie)



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