diff --git a/cpp/ql/lib/semmle/code/cpp/ConfigurationTestFile.qll b/cpp/ql/lib/semmle/code/cpp/ConfigurationTestFile.qll index 9cb5a254146e..f0d946aa926a 100644 --- a/cpp/ql/lib/semmle/code/cpp/ConfigurationTestFile.qll +++ b/cpp/ql/lib/semmle/code/cpp/ConfigurationTestFile.qll @@ -7,7 +7,7 @@ import File /** - * Models a file created to test the system configuration. + * A file created to test the system configuration. */ abstract class ConfigurationTestFile extends File { }