Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion specification/chap-opendtrace-arch.tex
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ \section{Probe Life Cycle}

The provider and kernel module remain idle until instrumentation is
requested. Instrumentation is requested via the \texttt{dtrace}
command in cooperation with the \texttt{libdtrace} library. The the
command in cooperation with the \texttt{libdtrace} library. The
user provides a D script, specifying the code to be run when a probe
fires (2). When the \texttt{dtrace} command executes it initializes
the \texttt{libdtrace} library, which in turn causes the kernel module
Expand Down