Skip to content

Commit 4e67def

Browse files
authored
Corrected "stosb" typo (#4627)
Under the "Syntax" section, "__stosb" was being used instead of the correct "__stosq".
1 parent 924adad commit 4e67def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intrinsics/stosq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Generates a store string instruction (`rep stosq`).
1515
## Syntax
1616

1717
```C
18-
void __stosb(
18+
void __stosq(
1919
unsigned __int64* Destination,
2020
unsigned __int64 Data,
2121
size_t Count

0 commit comments

Comments
 (0)