Skip to content

Commit 54a79f5

Browse files
committed
C/C++ overlay: address review comment
1 parent 141a34e commit 54a79f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/internal/Overlay.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ overlay[local]
1111
predicate isOverlay() { databaseMetadata("isOverlay", "true") }
1212

1313
/**
14-
* Holds if the TRAP file or tag `t` is reachable from some source file
14+
* Holds if the TRAP file or tag `t` is reachable from source file `sourceFile`
1515
* in the base (isOverlayVariant=false) or overlay (isOverlayVariant=true) variant.
1616
*/
1717
overlay[local]

0 commit comments

Comments
 (0)