Message ID | 20211202121949.43084-2-tz.stoyanov@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 620a0b35eac8f5b1ecf938d65ebab999e032aa9e |
Headers | show |
Series | Cleanups of tracecmd_output_ APIs | expand |
diff --git a/lib/trace-cmd/trace-output.c b/lib/trace-cmd/trace-output.c index 3eaca3e4..31f08751 100644 --- a/lib/trace-cmd/trace-output.c +++ b/lib/trace-cmd/trace-output.c @@ -941,7 +941,7 @@ struct tracecmd_output *tracecmd_output_allocate(int fd) * All subsequent calls to @handle will send data over the network using @msg_handle * instead of writing to a file. * - * This mut be called after the handle file version is set and before calling + * This must be called after the handle file version is set and before calling * tracecmd_output_write_init(). * * Returns 0 on success, or -1 if the output file handle is not allocated or not
Fixed typo in the description of tracecmd_output_set_msg() function. Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@gmail.com> --- lib/trace-cmd/trace-output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)