Skip to content

Commit a05397e

Browse files
committed
Linux: Boottime API: Minor. Fix docstring typo
1 parent e197fba commit a05397e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

volatility3/framework/symbols/linux/extensions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2266,7 +2266,7 @@ def normalize(self):
22662266

22672267
class Timespec64Concrete(Timespec64Abstract):
22682268
"""Handle all required timespec64 operations, convertions and adjustments.
2269-
This is used to dynamically create timespec64-like objects, each its own variables
2269+
This is used to dynamically create timespec64-like objects, each with its own variables
22702270
and the same methods as a timespec64 object extension.
22712271
"""
22722272

0 commit comments

Comments
 (0)