mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Fix typos
This commit is contained in:
@@ -554,7 +554,7 @@ fact that ``p != nil`` is ``true`` at this point:
|
||||
|
||||
|cfg2|
|
||||
|
||||
A typical use of this information would be in an analyis that looks for ``nil`` dereferences: such
|
||||
A typical use of this information would be in an analysis that looks for ``nil`` dereferences: such
|
||||
an analysis would be able to conclude that the field read ``p.f`` is safe because it is immediately
|
||||
preceded by a condition guard node guaranteeing that ``p`` is not ``nil``.
|
||||
|
||||
|
||||
@@ -469,6 +469,6 @@ https://github.com/github/codeql/pull/1718 for details.
|
||||
### Consistency checks
|
||||
|
||||
The file `dataflow/internal/DataFlowImplConsistency.qll` contains a number of
|
||||
consistency checks to verify that the language-specfic parts satisfy the
|
||||
consistency checks to verify that the language-specific parts satisfy the
|
||||
invariants that are expected by the shared implementation. Run these queries to
|
||||
check for inconsistencies.
|
||||
|
||||
Reference in New Issue
Block a user