Skip to content

Commit

Permalink
[analyzer][docs] Fix typo in checker name
Browse files Browse the repository at this point in the history
Fixes #55720
  • Loading branch information
Balazs Benics committed May 27, 2022
1 parent 3a666dd commit 3a7a465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/docs/analyzer/checkers.rst
Expand Up @@ -947,9 +947,9 @@ Check the size argument passed into C string functions for common erroneous patt
// warn: potential buffer overflow
}
.. _unix-cstrisng-NullArg:
.. _unix-cstring-NullArg:
unix.cstrisng.NullArg (C)
unix.cstring.NullArg (C)
"""""""""""""""""""""""""
Check for null pointers being passed as arguments to C string functions:
``strlen, strnlen, strcpy, strncpy, strcat, strncat, strcmp, strncmp, strcasecmp, strncasecmp``.
Expand Down

0 comments on commit 3a7a465

Please sign in to comment.