File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Calls to the following std library algorithms are checked:
6464``std::mismatch ``,
6565``std::next_permutation ``,
6666``std::none_of ``,
67- ``std::parital_sum ``,
67+ ``std::partial_sum ``,
6868``std::partial_sort_copy ``,
6969``std::partition_copy ``,
7070``std::partition_point ``,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Note: it is expected that, after applying the suggested fix and using
2626<../cppcoreguidelines/pro-type-reinterpret-cast>` will emit a warning.
2727This is intentional: ``reinterpret_cast `` is a dangerous operation that can
2828easily break the strict aliasing rules when dereferencing the casted pointer,
29- invoking Undefined Behavior. The warning is there to prompt users to carefuly
29+ invoking Undefined Behavior. The warning is there to prompt users to carefully
3030analyze whether the usage of ``reinterpret_cast `` is safe, in which case the
3131warning may be suppressed.
3232
You can’t perform that action at this time.
0 commit comments