Skip to content

Commit 9b5c4b0

Browse files
committed
fix comment typo
1 parent 7dc74f1 commit 9b5c4b0

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
@@ -1531,7 +1531,7 @@ def get_capabilities(self) -> int:
15311531
if len(self.cap) == 1:
15321532
# At least in the vanilla kernel, from 2.6.24 to 2.6.25
15331533
# kernel_cap_struct::cap become a two elements array.
1534-
# However, in some distros or custom kernel can techically
1534+
# However, in some distros or custom kernel can technically
15351535
# be _KERNEL_CAPABILITY_U32S = _LINUX_CAPABILITY_U32S_1
15361536
# Leaving this code here for the sake of ensuring completeness.
15371537
cap_value = self.cap[0]

0 commit comments

Comments
 (0)