@@ -3928,11 +3928,11 @@ def finalize_new_segments(self) -> bool:
39283928 Performs "finalization" on segments added after initial Finalization (performed after an Init() has completed).
39293929
39303930 Finalizing a segment involves optimizing the relocation info stored in that segment, so if a segment is added
3931- and relocations are defined for that segment by some automated process, this function should be called afterwards.
3931+ and relocations are defined for that segment by some automated process, this function should be called afterwards.
39323932
39333933 An example of this can be seen in the KernelCache plugin, in `KernelCache::LoadImageWithInstallName`.
3934- After we load an image, map new segments, and define relocations for all of them, we call this function
3935- to let core know it is now safe to finalize the new segments
3934+ After we load an image, map new segments, and define relocations for all of them, we call this function
3935+ to let core know it is now safe to finalize the new segments
39363936
39373937 :return: Whether finalization was successful
39383938 """
@@ -7485,8 +7485,8 @@ def create_component(self, name: Optional[str] = None, parent: Union[component.C
74857485 """
74867486 Create a new component with an optional name and parent.
74877487
7488- The `parent` argument can be either a Component or the Guid of a component that the created component will be
7489- added as a child of
7488+ The `parent` argument can be either a Component or the Guid of a component to which the created component
7489+ will be added as a child
74907490
74917491 :param name: Optional name to create the component with
74927492 :param parent: Optional parent to which the component will be added
0 commit comments