Skip to content

Commit 5263222

Browse files
author
Dave Bartolomeo
authored
"Fix" spelling
1 parent 89bbb97 commit 5263222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/models/interfaces/SideEffect.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ abstract class SideEffectFunction extends Function {
1919
* Holds if the function never reads from memory that was defined before entry to the function.
2020
* This memory could be from global variables, or from other memory that was reachable from a
2121
* 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
22+
* cannot be visible to the caller (for example a buffer inside an I/O library) are not modeled
2323
* here.
2424
*/
2525
abstract predicate hasOnlySpecificReadSideEffects();

0 commit comments

Comments
 (0)