From 08f1f239d483e2f3adc1e8ce670387890fb96d8c Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Tue, 13 Sep 2022 17:23:32 +0200 Subject: [PATCH] Fix a typo --- specification/chap-opendtrace-arch.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/chap-opendtrace-arch.tex b/specification/chap-opendtrace-arch.tex index cfc243f..2f50fee 100644 --- a/specification/chap-opendtrace-arch.tex +++ b/specification/chap-opendtrace-arch.tex @@ -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