Skip to content

Commit 89df376

Browse files
TylerMSFTTylerMSFT
authored andcommitted
typo
1 parent bb0d812 commit 89df376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c6001.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ int f( bool b )
7878
{
7979
int i;
8080
81-
use(i); // uninitialized variable warning because of _In_ annotation on use() declaration
81+
use(i); // uninitialized variable warning because of the _In_ annotation on use()
8282
8383
if ( b )
8484
{

0 commit comments

Comments
 (0)