We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89bbb97 commit 5263222Copy full SHA for 5263222
cpp/ql/src/semmle/code/cpp/models/interfaces/SideEffect.qll
@@ -19,7 +19,7 @@ abstract class SideEffectFunction extends Function {
19
* Holds if the function never reads from memory that was defined before entry to the function.
20
* This memory could be from global variables, or from other memory that was reachable from a
21
* pointer that was passed into the function. Input side-effects, and reads from memory that
22
- * cannot be visible to the caller (for example a buffer inside an I/O library) are not modelled
+ * cannot be visible to the caller (for example a buffer inside an I/O library) are not modeled
23
* here.
24
*/
25
abstract predicate hasOnlySpecificReadSideEffects();
0 commit comments