Skip to content

Commit cb729c5

Browse files
TylerMSFTTylerMSFT
authored andcommitted
wording
1 parent 860f739 commit cb729c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c-runtime-library/reference/crtsetdbgflag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can specify how often the C run-time library performs validation of the debu
5757
|`_CRTDBG_CHECK_EVERY_1024_DF`|1024|
5858
|`_CRTDBG_CHECK_DEFAULT_DF`|0 (by default, no heap checks)|
5959

60-
By default, **`_CrtCheckMemory`** isn't called during memory operations. You can change that by using the flags show above that you send to [`_CrtSetDbgFlag()`](crtsetdbgflag.md).
60+
By default, **`_CrtCheckMemory`** isn't called during memory operations. You can change that by sending the flags shown above to [`_CrtSetDbgFlag()`](crtsetdbgflag.md).
6161

6262
For example, you can specify a heap check every 16 **`malloc`**, **`realloc`**, **`free`**, and **`_msize`** operations with the following code:
6363

0 commit comments

Comments
 (0)