[analyzer][docs] Fix typo in checker name

Fixes #55720
This commit is contained in:
Balazs Benics 2022-05-27 10:07:06 +02:00
parent 3a666dd37a
commit 3a7a465def

View File

@ -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``.