diff --git a/cpp/ql/lib/semmle/code/cpp/internal/Overlay.qll b/cpp/ql/lib/semmle/code/cpp/internal/Overlay.qll index 189dd25918c..7ceb592330a 100644 --- a/cpp/ql/lib/semmle/code/cpp/internal/Overlay.qll +++ b/cpp/ql/lib/semmle/code/cpp/internal/Overlay.qll @@ -11,7 +11,7 @@ overlay[local] predicate isOverlay() { databaseMetadata("isOverlay", "true") } /** - * Holds if the TRAP file or tag `t` is reachable from some source file + * Holds if the TRAP file or tag `t` is reachable from source file `sourceFile` * in the base (isOverlayVariant=false) or overlay (isOverlayVariant=true) variant. */ overlay[local]