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 0c5d642 commit 49f8fd2Copy full SHA for 49f8fd2
cpp/ql/lib/semmle/code/cpp/models/interfaces/CommandExecution.qll
@@ -12,7 +12,7 @@ import FunctionInputsAndOutputs
12
import semmle.code.cpp.models.Models
13
14
/**
15
- * A function, such as `exec` or `popen` that starts a new process by
+ * A function, such as `exec` or `popen` that starts a new process by
16
* interpreting a string as a shell command.
17
*/
18
abstract class CommandExecutionFunction extends Function {
0 commit comments