Skip to content

Commit 71f4dc4

Browse files
committed
Minor comments
1 parent 044350b commit 71f4dc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpp/common/src/codingstandards/cpp/SimpleRangeAnalysisCustomizations.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ private class CastEnumToIntegerSimpleRange extends SimpleRangeAnalysisExpr, Cast
152152
}
153153

154154
/**
155-
* <stdio.h> functions that reads a character from the STDIN,
156-
* or returns EOF if it fails to do so.
155+
* <stdio.h> functions that read a character from the STDIN,
156+
* or return EOF if it fails to do so.
157157
* Their return type is `int` by their signatures, but
158-
* they actually return either an unsigned char or the EOF.
158+
* they actually return either an unsigned char or an EOF.
159159
*/
160160
private class CtypeGetcharFunctionsRange extends SimpleRangeAnalysisExpr, FunctionCall {
161161
CtypeGetcharFunctionsRange() {

0 commit comments

Comments
 (0)