C++: PascalCase and US spelling fixes.

This commit is contained in:
Geoffrey White
2024-04-03 14:17:55 +01:00
parent db60360293
commit a8742ea111
5 changed files with 8 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ module ExposedSystemDataConfig implements DataFlow::ConfigSig {
sink instanceof RemoteFlowSink
or
// workaround for cases where the sink contains the tainted thing as a child; this could
// probably be handled better with taint inheriting content or similar modelling.
// probably be handled better with taint inheriting content or similar modeling.
exists(RemoteFlowSink sinkNode |
sinkNode.asIndirectExpr().getAChild*() = sink.asIndirectExpr()
)