Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d2b85f

Browse files
MathiasVPhubwriter
andauthored
Update cpp/ql/src/semmle/code/cpp/models/implementations/Getenv.qll
Co-authored-by: hubwriter <[email protected]>
1 parent c37093f commit 5d2b85f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • cpp/ql/src/semmle/code/cpp/models/implementations

cpp/ql/src/semmle/code/cpp/models/implementations/Getenv.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Provides an implementation class modelling the POSIX function `getenv`.
2+
* Provides an implementation class modeling the POSIX function `getenv`.
33
*/
44
import cpp
55
import semmle.code.cpp.models.interfaces.FlowSource
@@ -19,4 +19,4 @@ class Getenv extends LocalFlowFunction {
1919
) and
2020
description = "an environment variable"
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)