Skip to content

Commit 99ad184

Browse files
MathiasVPgeoffw0
andauthored
Update cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll
Co-authored-by: Geoffrey White <[email protected]>
1 parent 75a3b6b commit 99ad184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ string getParameterTypeWithoutTemplateArguments(Function f, int n) {
557557
// The name of the string can either be the possibly typedefed name
558558
// or an alternative name where typedefs has been resolved.
559559
// `getTypeName(t, _)` is almost equal to `t.resolveTypedefs().getName()`,
560-
// except that `t.resolveTypedefs()` doesn't have a result when the
560+
// except that `t.resolveTypedefs()` doesn't have a result when the
561561
// resulting type doesn't appear in the database.
562562
s = [t.getName(), getTypeName(t, _)] and
563563
parseAngles(s, base, _, specifiers) and

0 commit comments

Comments
 (0)