Skip to content

Commit 0ee73cc

Browse files
geoffw0jbj
andauthored
Update cpp/ql/src/semmle/code/cpp/security/FunctionWithWrappers.qll
Co-authored-by: Jonas Jensen <[email protected]>
1 parent de25bc6 commit 0ee73cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/security/FunctionWithWrappers.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Provides predicates for identifying functions which wrap other functions,
2+
* Provides predicates for identifying functions that wrap other functions,
33
* passing the same arguments from the outer call into the inner call. In the
44
* following example `MyMalloc` wraps a call to `malloc`, passing in the `size`
55
* parameter:

0 commit comments

Comments
 (0)