Skip to content

Commit 94848c7

Browse files
Updated C6333
Grammer change
1 parent 65c16bc commit 94848c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c6333.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.assetid: 4b8fa4b2-a3a0-4d00-bec7-76686b66fcf9
1313
1414
## Remarks
1515

16-
Both `VirtualFree` and `VirtualFreeEx` reject a `dwFreeType` of `MEM_RELEASE` with a non-zero value of `dwSize`. When passing `MEM_RELEASE`, the `dwSize` parameter must be zero.
16+
Both `VirtualFree` and `VirtualFreeEx` reject a `dwFreeType` of `MEM_RELEASE` with a non-zero value of `dwSize`. When `MEM_RELEASE` is passed, the `dwSize` parameter must be zero.
1717

1818
Code analysis name: VIRTUALFREEINVALIDPARAM3
1919

0 commit comments

Comments
 (0)