Skip to content

Commit ee75964

Browse files
committed
Linux: lsof plugin: Fix typo in docstring
1 parent 2859d7a commit ee75964

File tree

1 file changed

+1
-1
lines changed
  • volatility3/framework/plugins/linux

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/linux/lsof.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class FDInternal:
4949
"""FD internal representation containing only the core objects
5050
5151
Fields:
52-
task: 'task_truct' object
52+
task: 'task_struct' object
5353
fd_fields: FD fields as obtained from LinuxUtilities.files_descriptors_for_process()
5454
"""
5555

0 commit comments

Comments
 (0)