Merge tag 'docs-6.10' of git://git.lwn.net/linux
[sfrench/cifs-2.6.git] / Documentation / trace / tracepoints.rst
index 0cb8d9ca3d608d771387b11fd80c78220d99cd0a..decabcc77b567c9af7f0eace310f9efa57b063ca 100644 (file)
@@ -27,7 +27,7 @@ the tracepoint site).
 
 You can put tracepoints at important locations in the code. They are
 lightweight hooks that can pass an arbitrary number of parameters,
-which prototypes are described in a tracepoint declaration placed in a
+whose prototypes are described in a tracepoint declaration placed in a
 header file.
 
 They can be used for tracing and performance accounting.