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 c11218f commit 2203eb6Copy full SHA for 2203eb6
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll
@@ -839,7 +839,7 @@ private newtype TContentApprox =
839
840
/** An approximated `Content`. */
841
class ContentApprox extends TContentApprox {
842
- string toString() { none() } // overriden in subclasses
+ string toString() { none() } // overridden in subclasses
843
}
844
845
private class FieldApproxContent extends ContentApprox, TFieldApproxContent {
0 commit comments