mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
"Fix" spelling
This commit is contained in:
@@ -29,7 +29,7 @@ abstract class SideEffectFunction extends Function {
|
||||
* returns. This memory could be from global variables, or from other memory that was reachable
|
||||
* from a pointer that was passed into the function. Output side-effects, and writes to memory
|
||||
* that cannot be visible to the caller (for example a buffer inside an I/O library) are not
|
||||
* modelled here.
|
||||
* modeled here.
|
||||
*/
|
||||
abstract predicate hasOnlySpecificWriteSideEffects();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user