Skip to content

Commit 2203eb6

Browse files
committed
C++: Fix Code Scanning error.
1 parent c11218f commit 2203eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ private newtype TContentApprox =
839839

840840
/** An approximated `Content`. */
841841
class ContentApprox extends TContentApprox {
842-
string toString() { none() } // overriden in subclasses
842+
string toString() { none() } // overridden in subclasses
843843
}
844844

845845
private class FieldApproxContent extends ContentApprox, TFieldApproxContent {

0 commit comments

Comments
 (0)