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 c1eb712 commit edaa43aCopy full SHA for edaa43a
cpp/ql/src/semmle/code/cpp/Linkage.qll
@@ -1,5 +1,5 @@
1
/**
2
- * Proivdes the `LinkTarget` class representing linker invocations at compile time.
+ * Proivdes the `LinkTarget` class representing linker invocations during the build process.
3
*/
4
5
import semmle.code.cpp.Class
cpp/ql/src/semmle/code/cpp/models/implementations/Strcat.qll
- * Provides implementation classes modelling `strcat` and various similar functions.
+ * Provides implementation classes modelling `strcat` and various similar functions.
* See `semmle.code.cpp.models.Models` for usage information.
0 commit comments