8000 Merge pull request #5322 from changeworld/patch-1 · MicrosoftDocs/cpp-docs@2be36e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2be36e5

Browse files
authored
Merge pull request #5322 from changeworld/patch-1
Fix typo: adddress -> address
2 parents 7226fea + b2abc82 commit 2be36e5

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)
0