We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5ed9a commit 0729c60Copy full SHA for 0729c60
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll
@@ -1206,7 +1206,7 @@ private predicate isInputOutput(
1206
* ```
1207
* does not preserve the identity of `*p`.
1208
*
1209
- * Similarly, functions that copy the contents of a string into a new location
+ * Similarly, a function that copies the contents of a string into a new location
1210
* does not also preserve the identity. For example, `strdup(p)` does not
1211
* preserve the identity of `*p` (since it allocates new storage and copies
1212
* the string into the new storage).
0 commit comments