Skip to content

Commit 29e3e2a

Browse files
committed
CPP: Fix typo.
1 parent 47644b0 commit 29e3e2a

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/src/semmle/code/cpp/models/implementations

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/models/implementations/Strcpy.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import semmle.code.cpp.models.interfaces.Taint
44

55

66
/**
7-
* The standard function `stract` and its wide, sized, and Microsoft variants.
7+
* The standard function `strcpy` and its wide, sized, and Microsoft variants.
88
*/
99
class StrcpyFunction extends ArrayFunction, DataFlowFunction, TaintFunction {
1010
StrcpyFunction() {

0 commit comments

Comments
 (0)