Skip to content

Commit 913e382

Browse files
authored
Merge pull request #5908 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main)
2 parents 3db0061 + 2be36e5 commit 913e382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cpp/clrcall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ int __clrcall Func1() {
3838
}
3939

4040
// Func1 hasn't been used at this point (code has not been generated),
41-
// so runtime returns the adddress of a stub to the function
41+
// so runtime returns the address of a stub to the function
4242
int (__clrcall *pf)() = &Func1;
4343

4444
// code calls the function, code generated at difference address

0 commit comments

Comments
 (0)