diff options
| author | Yudistira Putra <pyudistira519@gmail.com> | 2026-06-22 10:37:35 -0400 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-06-23 14:34:11 -0600 |
| commit | 8a66c094793ec68cf15260538017b0f661ae400a (patch) | |
| tree | 38ac5ff6b7bad26cd4782eeff92522fa7aad98fb | |
| parent | de5c46373eb8148aa92c024cf30d26a6d495e278 (diff) | |
Documentation: tracing: fix typo in events documentation
Fix a typo in the tracing events documentation: "can by built up"
should be "can be built up".
Signed-off-by: Yudistira Putra <pyudistira519@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260622143735.71778-1-pyudistira519@gmail.com>
| -rw-r--r-- | Documentation/trace/events.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/events.rst b/Documentation/trace/events.rst index 18d112963dec..581f2260614b 100644 --- a/Documentation/trace/events.rst +++ b/Documentation/trace/events.rst @@ -1064,7 +1064,7 @@ correct command type, and a pointer to an event-specific run_command() callback that will be called to actually execute the event-specific command function. -Once that's done, the command string can by built up by successive +Once that's done, the command string can be built up by successive calls to argument-adding functions. To add a single argument, define and initialize a struct dynevent_arg |
