Skip to content

Commit 75a3b6b

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

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
@@ -555,7 +555,7 @@ string getParameterTypeWithoutTemplateArguments(Function f, int n) {
555555
exists(string s, string base, string specifiers, Type t |
556556
t = f.getParameter(n).getType() and
557557
// The name of the string can either be the possibly typedefed name
558-
// or an alternartive name where typedefs has been resolved.
558+
// or an alternative name where typedefs has been resolved.
559559
// `getTypeName(t, _)` is almost equal to `t.resolveTypedefs().getName()`,
560560
// except that `t.resolveTypedefs()` doesn't have a result when the
561561
// resulting type doesn't appear in the database.

0 commit comments

Comments
 (0)