Skip to content

Commit 3a7a465

Browse files
author
Balazs Benics
committed
[analyzer][docs] Fix typo in checker name
Fixes #55720
1 parent 3a666dd commit 3a7a465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/analyzer/checkers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -947,9 +947,9 @@ Check the size argument passed into C string functions for common erroneous patt
947947
// warn: potential buffer overflow
948948
}
949949
950-
.. _unix-cstrisng-NullArg:
950+
.. _unix-cstring-NullArg:
951951
952-
unix.cstrisng.NullArg (C)
952+
unix.cstring.NullArg (C)
953953
"""""""""""""""""""""""""
954954
Check for null pointers being passed as arguments to C string functions:
955955
``strlen, strnlen, strcpy, strncpy, strcat, strncat, strcmp, strncmp, strcasecmp, strncasecmp``.

0 commit comments

Comments
 (0)