Skip to content

Commit 4f1a23e

Browse files
author
Dave Bartolomeo
authored
"Fix" spelling
1 parent 5263222 commit 4f1a23e

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
@@ -29,7 +29,7 @@ abstract class SideEffectFunction extends Function {
2929
* returns. This memory could be from global variables, or from other memory that was reachable
3030
* from a pointer that was passed into the function. Output side-effects, and writes to memory
3131
* that cannot be visible to the caller (for example a buffer inside an I/O library) are not
32-
* modelled here.
32+
* modeled here.
3333
*/
3434
abstract predicate hasOnlySpecificWriteSideEffects();
3535

0 commit comments

Comments
 (0)