Skip to content

Commit b2abc82

Browse files
committed
Fix typo
adddress -> address
1 parent fc9541b commit b2abc82

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)