We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47644b0 commit 29e3e2aCopy full SHA for 29e3e2a
cpp/ql/src/semmle/code/cpp/models/implementations/Strcpy.qll
@@ -4,7 +4,7 @@ import semmle.code.cpp.models.interfaces.Taint
4
5
6
/**
7
- * The standard function `stract` and its wide, sized, and Microsoft variants.
+ * The standard function `strcpy` and its wide, sized, and Microsoft variants.
8
*/
9
class StrcpyFunction extends ArrayFunction, DataFlowFunction, TaintFunction {
10
StrcpyFunction() {
0 commit comments