Fix filename typo in rG8d288a0668a5

This commit is contained in:
Simon Pilgrim 2019-11-11 17:23:21 +00:00
parent 5cfce5079b
commit b6cd799e29
1 changed files with 2 additions and 2 deletions

View File

@ -94,8 +94,8 @@ Improvements to clang-tidy
Without the null terminator it can result in undefined behaviour when the
string is read.
- New alias :doc:`cert-pos44-cpp
<clang-tidy/checks/cert-pos44-cpp>` to
- New alias :doc:`cert-pos44-c
<clang-tidy/checks/cert-pos44-c>` to
:doc:`bugprone-bad-signal-to-kill-thread
<clang-tidy/checks/bugprone-bad-signal-to-kill-thread>` was added.