Skip to content

Commit 729554b

Browse files
mbaludaCopilot
andauthored
Update cpp/common/src/codingstandards/cpp/graph/GraphPathStateSearch.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 22ef3ff commit 729554b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/common/src/codingstandards/cpp/graph/GraphPathStateSearch.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* instance, we could use this graph to find recursive functions, which requires knowing how an end
99
* node was reached from a start node (the state).
1010
*
11-
* Like `GraphPathSearch`, this module uses forward-reverse pruning, wihch is a pattern that is
11+
* Like `GraphPathSearch`, this module uses forward-reverse pruning, which is a pattern that is
1212
* useful for efficiently finding connections between nodes in a directional graph. In a first pass,
1313
* it finds nodes reachable from the starting point. In the second pass, it finds the subset of
1414
* those nodes that can be reached from the end point. Together, these create a path from start

0 commit comments

Comments
 (0)