mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Correct a comment.
Submitted by: Domagoj Stolfa X-MFC with: r332364 Sponsored by: DARPA, AFRL
This commit is contained in:
parent
b32171ea5a
commit
87c1cb45cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue