Skip to content

Commit

Permalink
Correct spelling under "help list"
Browse files Browse the repository at this point in the history
Correct minor spelling mistake when calling "help list".

Resolves: crash-utility#155
Signed-off-by: Ngai-Mint Kwan <ngai-mint.kwan@intel.com>
  • Loading branch information
nmkwan committed Feb 6, 2024
1 parent 5977936 commit 77adb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help.c
Original file line number Diff line number Diff line change
Expand Up @@ -6299,7 +6299,7 @@ char *help__list[] = {
" ffff88005ac10180",
" comm = \"crash\"",
"",
" To display a liked list whose head node and other nodes are embedded within",
" To display a linked list whose head node and other nodes are embedded within",
" either same or different data structures resulting in different offsets for",
" head node and other nodes, e.g. dentry.d_subdirs and dentry.d_child, the",
" -O option can be used:",
Expand Down

0 comments on commit 77adb8d

Please sign in to comment.