Skip to content

Commit 092145d

Browse files
MathiasVPjbj
andauthored
Update cpp/ql/src/Critical/FileClosed.qll
Co-Authored-By: Jonas Jensen <[email protected]>
1 parent 419b511 commit 092145d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Critical/FileClosed.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ClosedExpr extends PointsToExpr {
1717
}
1818

1919
/**
20-
* Holds if `fc` is a call to function that opens a file which might be closed. For example:
20+
* Holds if `fc` is a call to a function that opens a file that might be closed. For example:
2121
* ```
2222
* FILE* f = fopen("file.txt", "r");
2323
* ...

0 commit comments

Comments
 (0)