Skip to content

Commit 0f42f0e

Browse files
committed
fix typo
1 parent bea9811 commit 0f42f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/symbols/linux/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def path_for_file(cls, context, task, filp) -> str:
201201
str: A file (or sock pipe) pathname relative to the task's root directory.
202202
"""
203203

204-
# Memory smear protection: Check that both the file and dentry pointers are valids.
204+
# Memory smear protection: Check that both the file and dentry pointers are valid.
205205
try:
206206
dentry = filp.get_dentry()
207207
dentry.is_root()

0 commit comments

Comments
 (0)