Modify code comment of get_attached_devices method

This commit is contained in:
Donghyun Kim
2022-03-28 03:36:41 +09:00
parent 2f3bc8cf0d
commit 8c29ba9fa5
@@ -358,7 +358,7 @@ class DEVICE_OBJECT(objects.StructType, pool.ExecutiveObject):
return header.NameInfo.Name.String # type: ignore
def get_attached_devices(self) -> Generator[ObjectInterface, None, None]:
"""Enumerate the device's attaches"""
"""Enumerate the attached device's objects"""
device = self.AttachedDevice.dereference()
while device:
yield device