Skip to content

Commit 6f795df

Browse files
author
Colin Robertson
authored
Make the grammar bot happy
1 parent e087fc7 commit 6f795df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/hotpatch-create-hotpatchable-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Prepares an image for hot patching.
1818

1919
## Remarks
2020

21-
When **/hotpatch** is used in a compilation, the compiler ensures that first instruction of each function is at least two bytes, and there's no jump to the first instruction from within the function, which is required for hot patching.
21+
When **/hotpatch** is used in a compilation, the compiler ensures that the first instruction of each function is at least two bytes, and no jump within the function goes to the first instruction. These conditions are required for hot patching.
2222

2323
To complete the preparation for making an image hotpatchable, after you use **/hotpatch** to compile, you must use [/FUNCTIONPADMIN (Create Hotpatchable Image)](functionpadmin-create-hotpatchable-image.md) to link. When you compile and link an image by using one invocation of cl.exe, **/hotpatch** implies **/functionpadmin**.
2424

0 commit comments

Comments
 (0)