Update cpp/ql/src/Critical/FileClosed.qll

Co-Authored-By: Jonas Jensen <jbj@github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2020-04-14 18:38:33 +02:00
committed by GitHub
parent 419b511ddb
commit 092145d571

View File

@@ -17,7 +17,7 @@ class ClosedExpr extends PointsToExpr {
}
/**
* Holds if `fc` is a call to function that opens a file which might be closed. For example:
* Holds if `fc` is a call to a function that opens a file that might be closed. For example:
* ```
* FILE* f = fopen("file.txt", "r");
* ...