We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7faf286 commit c6c487dCopy full SHA for c6c487d
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternalsCommon.qll
@@ -463,7 +463,7 @@ private module IsModifiableAtImpl {
463
/**
464
* Holds if `cppType` is modifiable with an indirection index of at least 1.
465
*
466
- * This predicate factored out into a seperate predicate for two reasons:
+ * This predicate factored out into a separate predicate for two reasons:
467
* - This predicate needs to be recursive because, if a type is modifiable
468
* at indirection `i`, then it's also modifiable at indirection index `i+1`
469
* (because the pointer could be completely re-assigned at indirection `i`).
0 commit comments