We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f4503 commit 27490a3Copy full SHA for 27490a3
cpp/ql/src/semmle/code/cpp/exprs/Access.qll
@@ -338,7 +338,7 @@ class PointerToFieldLiteral extends ImplicitThisFieldAccess {
338
* int myFunctionTarget(int);
339
*
340
* void myFunction() {
341
- * int (*myFunctionPointer)(int) = &myTarget;
+ * int (*myFunctionPointer)(int) = &myFunctionTarget;
342
* }
343
* ```
344
*/
0 commit comments