Skip to content

Commit 3112664

Browse files
jketemaIdrissRio
andauthored
Update cpp/ql/lib/semmle/code/cpp/PchFile.qll
Co-authored-by: Idriss Riouak <[email protected]>
1 parent fd752d3 commit 3112664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/PchFile.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class PchFile extends @pch {
1515
string toString() { result = "PCH for " + this.getHeaderFile() }
1616

1717
/**
18-
* Gets the header file from with the PCH file was created.
18+
* Gets the header file from which the PCH file was created.
1919
*/
2020
File getHeaderFile() { pch_creations(this, _, result) }
2121

0 commit comments

Comments
 (0)