Skip to content

Commit 132f02c

Browse files
hvitvedCopilot
andauthored
Update rust/ql/lib/codeql/rust/internal/PathResolution.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ec3b2c6 commit 132f02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/lib/codeql/rust/internal/PathResolution.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* So it may seem that path resolution and variable resolution must happen in mutual
2929
* recursion, but we would like to keep the inherently global path resolution logic
30-
* separate from the inherently local variable resolution logic. We acheive this by
30+
* separate from the inherently local variable resolution logic. We achieve this by
3131
*
3232
* - First computing global path resolution, where variable shadowing is ignored,
3333
* exposed as the internal predicate `resolvePathIgnoreVariableShadowing`.

0 commit comments

Comments
 (0)