We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b82f73 commit 8095924Copy full SHA for 8095924
volatility3/framework/symbols/linux/utilities/tainting.py
@@ -30,7 +30,7 @@ def _get_kernel_taint_flags_list(
30
in-memory or not.
31
32
Returns:
33
- A list of "taint_flag" kernel objects if taint_flags symbok exists
+ A list of "taint_flag" kernel objects if taint_flags symbol exists
34
"""
35
kernel = context.modules[kernel_module_name]
36
if kernel.has_symbol("taint_flags"):
0 commit comments