Skip to content

Commit 40e13d2

Browse files
authored
Fix typo and update ms.date in c26133.md
1 parent 41d118f commit 40e13d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/code-quality/c26133.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ author: Rastaban
55
ms.author: philc
66
ms.service: visual-cpp
77
ms.topic: article
8-
ms.date: 02/11/2025
8+
ms.date: 02/19/2025
99
---
1010
# Warning C26133
1111

1212
> Caller failing to hold lock '*lock 1*' before calling function '*function name*', but '*lock 2*' is held instead. Possible annotation mismatch.
1313
14-
Warning C26133is issued when the analyzer detects that the lock that is required to call a function, is not held when the function is called. However, another lock that appears to be related is held. It is possible the code is thread safe, and the annotations need to be updated.
14+
Warning C26133 is issued when the analyzer detects that the lock that is required to call a function isn't held when the function is called. However, another lock that appears to be related is held. It is possible the code is thread safe, and the annotations need to be updated.
1515

1616
## Examples
1717

0 commit comments

Comments
 (0)