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

Co-authored-by: Idriss Riouak <idrissrio@github.com>
This commit is contained in:
Jeroen Ketema
2025-08-28 13:10:39 +02:00
committed by GitHub
parent fd752d36cb
commit 31126649a9

View File

@@ -15,7 +15,7 @@ class PchFile extends @pch {
string toString() { result = "PCH for " + this.getHeaderFile() }
/**
* Gets the header file from with the PCH file was created.
* Gets the header file from which the PCH file was created.
*/
File getHeaderFile() { pch_creations(this, _, result) }