We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd752d3 commit 3112664Copy full SHA for 3112664
cpp/ql/lib/semmle/code/cpp/PchFile.qll
@@ -15,7 +15,7 @@ class PchFile extends @pch {
15
string toString() { result = "PCH for " + this.getHeaderFile() }
16
17
/**
18
- * Gets the header file from with the PCH file was created.
+ * Gets the header file from which the PCH file was created.
19
*/
20
File getHeaderFile() { pch_creations(this, _, result) }
21
0 commit comments