We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7226fea + b2abc82 commit 2be36e5Copy full SHA for 2be36e5
docs/cpp/clrcall.md
@@ -38,7 +38,7 @@ int __clrcall Func1() {
38
}
39
40
// 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
+// so runtime returns the address of a stub to the function
42
int (__clrcall *pf)() = &Func1;
43
44
// code calls the function, code generated at difference address
0 commit comments