We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5263222 commit 4f1a23eCopy full SHA for 4f1a23e
cpp/ql/src/semmle/code/cpp/models/interfaces/SideEffect.qll
@@ -29,7 +29,7 @@ abstract class SideEffectFunction extends Function {
29
* returns. This memory could be from global variables, or from other memory that was reachable
30
* from a pointer that was passed into the function. Output side-effects, and writes to memory
31
* that cannot be visible to the caller (for example a buffer inside an I/O library) are not
32
- * modelled here.
+ * modeled here.
33
*/
34
abstract predicate hasOnlySpecificWriteSideEffects();
35
0 commit comments