Skip to content

Commit 8095924

Browse files
committed
typo
1 parent 0b82f73 commit 8095924

File tree

1 file changed

+1
-1
lines changed
  • volatility3/framework/symbols/linux/utilities

1 file changed

+1
-1
lines changed

volatility3/framework/symbols/linux/utilities/tainting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def _get_kernel_taint_flags_list(
3030
in-memory or not.
3131
3232
Returns:
33-
A list of "taint_flag" kernel objects if taint_flags symbok exists
33+
A list of "taint_flag" kernel objects if taint_flags symbol exists
3434
"""
3535
kernel = context.modules[kernel_module_name]
3636
if kernel.has_symbol("taint_flags"):

0 commit comments

Comments
 (0)