Skip to content

Commit b0ee562

Browse files
authored
Merge pull request MicrosoftDocs#3858 from oold/patch-1
Remove superfluous word in allocating-and-releasing-memory-for-a-bstr.md
2 parents f15fd5e + 098ce58 commit b0ee562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/atl-mfc-shared/allocating-and-releasing-memory-for-a-bstr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In general, the rules for allocating and releasing memory allocated for `BSTR`s
2424

2525
[!code-cpp[NVC_ATLMFC_Utilities#195](../atl-mfc-shared/codesnippet/cpp/allocating-and-releasing-memory-for-a-bstr_4.cpp)]
2626

27-
- When you implement a function that returns a `BSTR`, allocate the string but do not free it. The receiving the function releases the memory. For example:
27+
- When you implement a function that returns a `BSTR`, allocate the string but do not free it. The receiving function releases the memory. For example:
2828

2929
[!code-cpp[NVC_ATLMFC_Utilities#196](../atl-mfc-shared/codesnippet/cpp/allocating-and-releasing-memory-for-a-bstr_5.cpp)]
3030

0 commit comments

Comments
 (0)