Skip to content

Commit 5d2b85f

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

File tree

1 file changed

+2
-2
lines changed
  • cpp/ql/src/semmle/code/cpp/models/implementations

1 file changed

+2
-2
lines changed

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)