Skip to content

Commit b13b31e

Browse files
Updated C28112
Removed extra characters in exampl eoutput
1 parent fb7fa5d commit b13b31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c28112.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: 2720a5dc-84e9-4f78-a8c7-a320c9f9216b
99
---
1010
# Warning C28112
1111

12-
> A variable ('*parameter-name*') which is accessed via an Interlocked function must always be accessed via an Interlocked function. See line '*line-number*': It is not always safe to access a variable which is accessed via the Interlocked\* family of functions in any other way.
12+
> A variable (*parameter-name*) which is accessed via an Interlocked function must always be accessed via an Interlocked function. See line *line-number*: It is not always safe to access a variable which is accessed via the Interlocked\* family of functions in any other way.
1313
1414
A variable that is accessed by using the Interlocked executive support routines, such as InterlockedCompareExchangeAcquire, is later accessed by using a different function.
1515

0 commit comments

Comments
 (0)