Skip to content

Commit 2940304

Browse files
ekyooochenhengqi
authored andcommitted
libbpf-tools/drsnoop: Fix typo
1 parent 322dfef commit 2940304

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libbpf-tools/drsnoop.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const char argp_program_doc[] =
4242
" drsnoop -p 123 # trace pid 123\n"
4343
" drsnoop -t 123 # trace tid 123 (use for threads only)\n"
4444
" drsnoop -d 10 # trace for 10 seconds only\n"
45-
" drsnoop -e # trace all direct reclaim events with extended faileds\n";
45+
" drsnoop -e # trace all direct reclaim events with extended fields\n";
4646

4747
static const struct argp_option opts[] = {
4848
{ "duration", 'd', "DURATION", 0, "Total duration of trace in seconds", 0 },

libbpf-tools/drsnoop_example.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ EXAMPLES:
5757
drsnoop -p 123 # trace pid 123
5858
drsnoop -t 123 # trace tid 123 (use for threads only)
5959
drsnoop -d 10 # trace for 10 seconds only
60-
drsnoop -e # trace all direct reclaim events with extended faileds
60+
drsnoop -e # trace all direct reclaim events with extended fields
6161

6262
-d, --duration=DURATION Total duration of trace in seconds
6363
-e, --extended Extended fields output

0 commit comments

Comments
 (0)