Skip to content

Commit f88b887

Browse files
Ba Jingrostedt
authored andcommitted
tools/rv: Correct the grammatical errors in the comments
The form of "print" should be consistent with "parses". Link: https://lore.kernel.org/[email protected] Signed-off-by: Ba Jing <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 parent 3a546a6 commit f88b887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/verification/rv/src/in_kernel.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ static void ikm_print_header(struct trace_seq *s)
332332
* ikm_event_handler - callback to handle event events
333333
*
334334
* Called any time a rv:"monitor"_event events is generated.
335-
* It parses and print event.
335+
* It parses and prints event.
336336
*/
337337
static int
338338
ikm_event_handler(struct trace_seq *s, struct tep_record *record,
@@ -384,7 +384,7 @@ ikm_event_handler(struct trace_seq *s, struct tep_record *record,
384384
* ikm_error_handler - callback to handle error events
385385
*
386386
* Called any time a rv:"monitor"_errors events is generated.
387-
* It parses and print event.
387+
* It parses and prints event.
388388
*/
389389
static int
390390
ikm_error_handler(struct trace_seq *s, struct tep_record *record,

0 commit comments

Comments
 (0)