Skip to content

Commit 3b5281a

Browse files
authored
Merge pull request #4975 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main)
2 parents fc3f4c8 + 4e67def commit 3b5281a

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)