We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc74f1 commit 9b5c4b0Copy full SHA for 9b5c4b0
volatility3/framework/symbols/linux/extensions/__init__.py
@@ -1531,7 +1531,7 @@ def get_capabilities(self) -> int:
1531
if len(self.cap) == 1:
1532
# At least in the vanilla kernel, from 2.6.24 to 2.6.25
1533
# kernel_cap_struct::cap become a two elements array.
1534
- # However, in some distros or custom kernel can techically
+ # However, in some distros or custom kernel can technically
1535
# be _KERNEL_CAPABILITY_U32S = _LINUX_CAPABILITY_U32S_1
1536
# Leaving this code here for the sake of ensuring completeness.
1537
cap_value = self.cap[0]
0 commit comments