Merge pull request #7458 from erik-krogh/modelling

QL: add "modelling/modeling" to `ql/non-us-spelling`
This commit is contained in:
Erik Krogh Kristensen
2022-01-04 13:33:54 +01:00
committed by GitHub
55 changed files with 117 additions and 113 deletions

View File

@@ -37,7 +37,7 @@ abstract class SimpleRangeAnalysisDefinition extends RangeSsaDefinition {
* dependencies. Without this information, range analysis might work for
* simple cases but will go into infinite loops on complex code.
*
* For example, when modelling the definition by reference in a call to an
* For example, when modeling the definition by reference in a call to an
* overloaded `operator=`, written as `v = e`, the definition of `(this, v)`
* depends on `e`.
*/