Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5990346

Browse files
committed
C++: Fix typo.
1 parent f109e8c commit 5990346

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/semmle/code/cpp/models/interfaces/Iterator.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ abstract class IteratorReferenceFunction extends Function { }
2222
abstract class GetIteratorFunction extends Function {
2323
/**
2424
* Holds if the return value or buffer represented by `output` is an iterator over the container
25-
* passd in the argument, qualifier, or buffer represented by `input`.
25+
* passed in the argument, qualifier, or buffer represented by `input`.
2626
*/
2727
abstract predicate getsIterator(FunctionInput input, FunctionOutput output);
2828
}

0 commit comments

Comments
 (0)