Merge pull request #733 from digitalisx/fix/typo

Fix: typo for `API_CHANGES`, code comment.
This commit is contained in:
ikelos
2022-05-10 23:41:31 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,11 +6,11 @@ When an API feature or function is removed or changed, the major version is bump
2.1.0
=====
Add in the linux `task.get_threads` method added to the API.
Add in the linux `task.get_threads` method to the API.
2.0.3
=====
`DEVICE_OBJECT.get_attached_devices` and `DRIVER_OBJECT.get_devices` added to the API.
Add in the windows `DEVICE_OBJECT.get_attached_devices` and `DRIVER_OBJECT.get_devices` methods to the API.
2.0.2
=====
@@ -719,7 +719,7 @@ class EPROCESS(generic.GenericIntelProcess, pool.ExecutiveObject):
env = envar[:split_index]
var = envar[split_index + 1:]
# Exlude parse problem with some types of env
# Exclude parse problem with some types of env
if env and var:
yield env, var